taglinefilesource code
caller_fl24fs/locks.cstatic int conflict(struct file_lock *caller_fl, struct file_lock *sys_fl);
caller_fl208fs/locks.cstatic int conflict(struct file_lock *caller_fl, struct file_lock *sys_fl)
caller_fl210fs/locks.cif (caller_fl->fl_owner == sys_fl->fl_owner)
caller_fl212fs/locks.cif (!overlap(caller_fl, sys_fl))
caller_fl214fs/locks.cswitch (caller_fl->fl_type) {