taglinefilesource code
fl_owner211fs/locks.cflock.l_pid = fl->fl_owner->pid;
fl_owner316fs/locks.cif (((fl->fl_flags & F_POSIX) && (fl->fl_owner == task)) ||
fl_owner344fs/locks.cif ((fl->fl_flags & F_POSIX) && (fl->fl_owner != current))
fl_owner375fs/locks.c((fl->fl_flags & F_POSIX) && (fl->fl_owner == current)))
fl_owner390fs/locks.cif (locks_deadlock(current, fl->fl_owner))
fl_owner456fs/locks.cfl->fl_owner = current;
fl_owner489fs/locks.cfl->fl_owner = current;
fl_owner504fs/locks.c(caller_fl->fl_owner == sys_fl->fl_owner))
fl_owner576fs/locks.cif (fl->fl_owner == NULL || fl->fl_wait == NULL)
fl_owner581fs/locks.cif (fl->fl_owner == my_task) {
fl_owner584fs/locks.cblocked_task = fl->fl_owner;
fl_owner646fs/locks.cif (locks_deadlock(new_fl->fl_owner, fl->fl_owner)) {
fl_owner704fs/locks.cif (locks_deadlock(caller->fl_owner, fl->fl_owner))
fl_owner723fs/locks.c(caller->fl_owner != fl->fl_owner))) {
fl_owner730fs/locks.cwhile ((fl = *before) && (caller->fl_owner == fl->fl_owner)) {
fl_owner854fs/locks.ctmp->fl_owner = fl->fl_owner;
fl_owner940fs/locks.cfl->fl_owner->pid, fl->fl_file->f_inode->i_dev,
fl_owner342include/linux/fs.hstruct task_struct *fl_owner;