taglinefilesource code
fl_owner47fs/locks.cfl->fl_owner = NULL;
fl_owner50fs/locks.cfile_lock_table[NR_FILE_LOCKS - 1].fl_owner = NULL;
fl_owner74fs/locks.cflock.l_pid = fl->fl_owner->pid;
fl_owner182fs/locks.cwhile ((fl = *before) && (task != fl->fl_owner || fd != fl->fl_fd))
fl_owner187fs/locks.cwhile ((fl = *before) && task == fl->fl_owner && fd == fl->fl_fd)
fl_owner221fs/locks.cfl->fl_owner = current;
fl_owner233fs/locks.cif (   caller_fl->fl_owner == sys_fl->fl_owner
fl_owner286fs/locks.c(caller->fl_owner != fl->fl_owner ||
fl_owner295fs/locks.c&& caller->fl_owner == fl->fl_owner
fl_owner418fs/locks.cif (tmp->fl_owner != NULL)
fl_owner429fs/locks.ctmp->fl_owner = current;  /* FIXME: needed? */
fl_owner444fs/locks.cif (fl->fl_owner == NULL)  /* sanity check */
fl_owner451fs/locks.cfl->fl_owner = NULL;      /* for sanity checks */
fl_owner219include/linux/fs.hstruct task_struct *fl_owner;  /* NULL if on free list, for sanity checks */