taglinefilesource code
caller_fl75fs/locks.cstatic int flock_locks_conflict(struct file_lock *caller_fl,
caller_fl77fs/locks.cstatic int posix_locks_conflict(struct file_lock *caller_fl,
caller_fl79fs/locks.cstatic int locks_conflict(struct file_lock *caller_fl, struct file_lock *sys_fl);
caller_fl319fs/locks.cstatic int posix_locks_conflict(struct file_lock *caller_fl, struct file_lock *sys_fl)
caller_fl325fs/locks.c(caller_fl->fl_owner == sys_fl->fl_owner))
caller_fl328fs/locks.creturn (locks_conflict(caller_fl, sys_fl));
caller_fl334fs/locks.cstatic int flock_locks_conflict(struct file_lock *caller_fl, struct file_lock *sys_fl)
caller_fl340fs/locks.c(caller_fl->fl_file == sys_fl->fl_file))
caller_fl343fs/locks.creturn (locks_conflict(caller_fl, sys_fl));
caller_fl349fs/locks.cstatic int locks_conflict(struct file_lock *caller_fl, struct file_lock *sys_fl)
caller_fl351fs/locks.cif (!locks_overlap(caller_fl, sys_fl))
caller_fl354fs/locks.cswitch (caller_fl->fl_type) {
caller_fl363fs/locks.ccaller_fl->fl_type);