tag | line | file | source code |
---|---|---|---|
caller_fl | 24 | fs/locks.c | static int conflict(struct file_lock *caller_fl, struct file_lock *sys_fl); |
caller_fl | 229 | fs/locks.c | static int conflict(struct file_lock *caller_fl, struct file_lock *sys_fl) |
caller_fl | 231 | fs/locks.c | if (caller_fl->fl_owner == sys_fl->fl_owner) |
caller_fl | 233 | fs/locks.c | if (!overlap(caller_fl, sys_fl)) |
caller_fl | 235 | fs/locks.c | switch (caller_fl->fl_type) { |