taglinefilesource code
fl_owner44fs/locks.cfl->fl_owner = NULL;
fl_owner47fs/locks.cfile_lock_table[NR_FILE_LOCKS - 1].fl_owner = NULL;
fl_owner71fs/locks.cflock.l_pid = fl->fl_owner->pid;
fl_owner185fs/locks.cif (fl->fl_owner == task)
fl_owner220fs/locks.cfl->fl_owner = current;
fl_owner231fs/locks.cif (caller_fl->fl_owner == sys_fl->fl_owner)
fl_owner287fs/locks.cif (caller->fl_owner != fl->fl_owner)
fl_owner386fs/locks.cif (caller->fl_owner != fl->fl_owner || !overlap(caller, fl)) {
fl_owner443fs/locks.cif (file_lock_free_list->fl_owner != NULL)
fl_owner454fs/locks.cnew->fl_owner = current;  /* FIXME: needed? */
fl_owner469fs/locks.cif (fl->fl_owner == NULL)  /* sanity check */
fl_owner489fs/locks.cfl->fl_owner = NULL;      /* for sanity checks */
fl_owner221include/linux/fs.hstruct task_struct *fl_owner;  /* NULL if on free list, for sanity checks */