taglinefilesource code
fl_owner78fs/locks.cflock.l_pid = fl->fl_owner->pid;
fl_owner157fs/locks.cif (locks_deadlocked(file_lock.fl_owner->pid,fl->fl_owner->pid))
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_owner220fs/locks.cwhile ((fl = *before) && task != fl->fl_owner)
fl_owner225fs/locks.cwhile ((fl = *before) && task == fl->fl_owner)
fl_owner256fs/locks.cfl->fl_owner = current;
fl_owner267fs/locks.cif (caller_fl->fl_owner == sys_fl->fl_owner)
fl_owner318fs/locks.cwhile ((fl = *before) && caller->fl_owner != fl->fl_owner)
fl_owner325fs/locks.cwhile ((fl = *before) && caller->fl_owner == fl->fl_owner) {
fl_owner469fs/locks.ctmp->fl_owner = current;
fl_owner272include/linux/fs.hstruct task_struct *fl_owner;