taglinefilesource code
fl_owner203fs/locks.cflock.l_pid = fl->fl_owner->pid;
fl_owner280fs/locks.cif (((fl->fl_flags == F_POSIX) && (fl->fl_owner == task)) ||
fl_owner316fs/locks.c(fl->fl_flags == F_POSIX && fl->fl_owner == current))
fl_owner331fs/locks.cif (posix_locks_deadlock(current, fl->fl_owner))
fl_owner397fs/locks.cfl->fl_owner = current;
fl_owner430fs/locks.cfl->fl_owner = current;
fl_owner445fs/locks.c(caller_fl->fl_owner == sys_fl->fl_owner))
fl_owner515fs/locks.cif (fl->fl_owner == NULL || fl->fl_wait == NULL)
fl_owner520fs/locks.cif (fl->fl_owner == my_task) {
fl_owner523fs/locks.cblocked_task = fl->fl_owner;
fl_owner637fs/locks.cif (posix_locks_deadlock(caller->fl_owner, fl->fl_owner))
fl_owner656fs/locks.c(caller->fl_owner != fl->fl_owner))) {
fl_owner663fs/locks.cwhile ((fl = *before) && (caller->fl_owner == fl->fl_owner)) {
fl_owner788fs/locks.ctmp->fl_owner = fl->fl_owner;
fl_owner337include/linux/fs.hstruct task_struct *fl_owner;