taglinefilesource code
fl_owner44fs/locks.cfl->fl_owner = NULL;
fl_owner47fs/locks.cfile_lock_table[NR_FILE_LOCKS - 1].fl_owner = NULL;
fl_owner68fs/locks.cflock.l_pid = fl->fl_owner->pid;
fl_owner165fs/locks.cif (fl->fl_owner == task)
fl_owner199fs/locks.cfl->fl_owner = current;
fl_owner210fs/locks.cif (caller_fl->fl_owner == sys_fl->fl_owner)
fl_owner266fs/locks.cif (caller->fl_owner != fl->fl_owner)
fl_owner365fs/locks.cif (caller->fl_owner != fl->fl_owner || !overlap(caller, fl)) {
fl_owner422fs/locks.cif (file_lock_free_list->fl_owner != NULL)
fl_owner433fs/locks.cnew->fl_owner = current;  /* FIXME: needed? */
fl_owner448fs/locks.cif (fl->fl_owner == NULL)  /* sanity check */
fl_owner468fs/locks.cfl->fl_owner = NULL;      /* for sanity checks */
fl_owner196include/linux/fs.hstruct task_struct *fl_owner;  /* NULL if on free list, for sanity checks */