taglinefilesource code
fl_owner206fs/locks.cflock.l_pid = fl->fl_owner->pid;
fl_owner311fs/locks.cif (((fl->fl_flags == F_POSIX) && (fl->fl_owner == task)) ||
fl_owner339fs/locks.cif (fl->fl_flags == F_POSIX && fl->fl_owner != current)
fl_owner370fs/locks.c(fl->fl_flags == F_POSIX && fl->fl_owner == current))
fl_owner385fs/locks.cif (posix_locks_deadlock(current, fl->fl_owner))
fl_owner448fs/locks.cfl->fl_owner = current;
fl_owner481fs/locks.cfl->fl_owner = current;
fl_owner496fs/locks.c(caller_fl->fl_owner == sys_fl->fl_owner))
fl_owner566fs/locks.cif (fl->fl_owner == NULL || fl->fl_wait == NULL)
fl_owner571fs/locks.cif (fl->fl_owner == my_task) {
fl_owner574fs/locks.cblocked_task = fl->fl_owner;
fl_owner688fs/locks.cif (posix_locks_deadlock(caller->fl_owner, fl->fl_owner))
fl_owner707fs/locks.c(caller->fl_owner != fl->fl_owner))) {
fl_owner714fs/locks.cwhile ((fl = *before) && (caller->fl_owner == fl->fl_owner)) {
fl_owner839fs/locks.ctmp->fl_owner = fl->fl_owner;
fl_owner342include/linux/fs.hstruct task_struct *fl_owner;