taglinefilesource code
fl_owner68fs/locks.cflock.l_pid = fl->fl_owner->pid;
fl_owner147fs/locks.cif (locks_deadlocked(file_lock.fl_owner->pid,fl->fl_owner->pid)) return -EDEADLOCK;
fl_owner178fs/locks.cif (fl->fl_owner == NULL) continue;  /* not a used lock */
fl_owner179fs/locks.cif (fl->fl_owner->pid != my_pid) continue;
fl_owner208fs/locks.cwhile ((fl = *before) && (task != fl->fl_owner || fd != fl->fl_fd))
fl_owner213fs/locks.cwhile ((fl = *before) && task == fl->fl_owner && fd == fl->fl_fd)
fl_owner245fs/locks.cfl->fl_owner = current;
fl_owner257fs/locks.cif (   caller_fl->fl_owner == sys_fl->fl_owner
fl_owner310fs/locks.c(caller->fl_owner != fl->fl_owner ||
fl_owner319fs/locks.c&& caller->fl_owner == fl->fl_owner
fl_owner462fs/locks.ctmp -> fl_owner = NULL;
fl_owner473fs/locks.cif (tmp->fl_owner != NULL)
fl_owner479fs/locks.ctmp->fl_owner = current;  /* FIXME: needed? */
fl_owner500fs/locks.cif (fl->fl_owner == NULL)  /* sanity check */
fl_owner507fs/locks.cfl->fl_owner = NULL;      /* for sanity checks */
fl_owner271include/linux/fs.hstruct task_struct *fl_owner;  /* NULL if on free list, for sanity checks */