taglinefilesource code
fl_owner52fs/locks.cfl->fl_owner = NULL;
fl_owner55fs/locks.cfile_lock_table[NR_FILE_LOCKS - 1].fl_owner = NULL;
fl_owner79fs/locks.cflock.l_pid = fl->fl_owner->pid;
fl_owner158fs/locks.cif (locks_deadlocked(file_lock.fl_owner->pid,fl->fl_owner->pid)) return -EDEADLOCK;
fl_owner189fs/locks.cif (fl->fl_owner == NULL) continue;  /* not a used lock */
fl_owner190fs/locks.cif (fl->fl_owner->pid != my_pid) continue;
fl_owner219fs/locks.cwhile ((fl = *before) && (task != fl->fl_owner || fd != fl->fl_fd))
fl_owner224fs/locks.cwhile ((fl = *before) && task == fl->fl_owner && fd == fl->fl_fd)
fl_owner256fs/locks.cfl->fl_owner = current;
fl_owner268fs/locks.cif (   caller_fl->fl_owner == sys_fl->fl_owner
fl_owner321fs/locks.c(caller->fl_owner != fl->fl_owner ||
fl_owner330fs/locks.c&& caller->fl_owner == fl->fl_owner
fl_owner467fs/locks.cif (tmp->fl_owner != NULL)
fl_owner478fs/locks.ctmp->fl_owner = current;  /* FIXME: needed? */
fl_owner493fs/locks.cif (fl->fl_owner == NULL)  /* sanity check */
fl_owner500fs/locks.cfl->fl_owner = NULL;      /* for sanity checks */
fl_owner268include/linux/fs.hstruct task_struct *fl_owner;  /* NULL if on free list, for sanity checks */