tag | line | file | source code |
caller_fl | 80 | fs/locks.c | static int flock_locks_conflict(struct file_lock *caller_fl, |
caller_fl | 82 | fs/locks.c | static int posix_locks_conflict(struct file_lock *caller_fl, |
caller_fl | 84 | fs/locks.c | static int locks_conflict(struct file_lock *caller_fl, struct file_lock *sys_fl); |
caller_fl | 374 | fs/locks.c | static int posix_locks_conflict(struct file_lock *caller_fl, struct file_lock *sys_fl) |
caller_fl | 380 | fs/locks.c | (caller_fl->fl_owner == sys_fl->fl_owner)) |
caller_fl | 383 | fs/locks.c | return (locks_conflict(caller_fl, sys_fl)); |
caller_fl | 389 | fs/locks.c | static int flock_locks_conflict(struct file_lock *caller_fl, struct file_lock *sys_fl) |
caller_fl | 395 | fs/locks.c | (caller_fl->fl_file == sys_fl->fl_file)) |
caller_fl | 398 | fs/locks.c | return (locks_conflict(caller_fl, sys_fl)); |
caller_fl | 404 | fs/locks.c | static int locks_conflict(struct file_lock *caller_fl, struct file_lock *sys_fl) |
caller_fl | 406 | fs/locks.c | if (!locks_overlap(caller_fl, sys_fl)) |
caller_fl | 409 | fs/locks.c | switch (caller_fl->fl_type) { |
caller_fl | 418 | fs/locks.c | caller_fl->fl_type); |