tag | line | file | source code |
---|---|---|---|
caller_fl | 35 | fs/locks.c | static int conflict(struct file_lock *caller_fl, struct file_lock *sys_fl); |
caller_fl | 255 | fs/locks.c | static int conflict(struct file_lock *caller_fl, struct file_lock *sys_fl) |
caller_fl | 257 | fs/locks.c | if ( caller_fl->fl_owner == sys_fl->fl_owner |
caller_fl | 258 | fs/locks.c | && caller_fl->fl_fd == sys_fl->fl_fd) |
caller_fl | 260 | fs/locks.c | if (!overlap(caller_fl, sys_fl)) |
caller_fl | 262 | fs/locks.c | switch (caller_fl->fl_type) { |