taglinefilesource code
caller_fl80fs/locks.cstatic int flock_locks_conflict(struct file_lock *caller_fl,
caller_fl82fs/locks.cstatic int posix_locks_conflict(struct file_lock *caller_fl,
caller_fl84fs/locks.cstatic int locks_conflict(struct file_lock *caller_fl, struct file_lock *sys_fl);
caller_fl374fs/locks.cstatic int posix_locks_conflict(struct file_lock *caller_fl, struct file_lock *sys_fl)
caller_fl380fs/locks.c(caller_fl->fl_owner == sys_fl->fl_owner))
caller_fl383fs/locks.creturn (locks_conflict(caller_fl, sys_fl));
caller_fl389fs/locks.cstatic int flock_locks_conflict(struct file_lock *caller_fl, struct file_lock *sys_fl)
caller_fl395fs/locks.c(caller_fl->fl_file == sys_fl->fl_file))
caller_fl398fs/locks.creturn (locks_conflict(caller_fl, sys_fl));
caller_fl404fs/locks.cstatic int locks_conflict(struct file_lock *caller_fl, struct file_lock *sys_fl)
caller_fl406fs/locks.cif (!locks_overlap(caller_fl, sys_fl))
caller_fl409fs/locks.cswitch (caller_fl->fl_type) {
caller_fl418fs/locks.ccaller_fl->fl_type);