taglinefilesource code
caller_fl29fs/locks.cstatic int conflict(struct file_lock *caller_fl, struct file_lock *sys_fl);
caller_fl266fs/locks.cstatic int conflict(struct file_lock *caller_fl, struct file_lock *sys_fl)
caller_fl268fs/locks.cif (   caller_fl->fl_owner == sys_fl->fl_owner
caller_fl269fs/locks.c&& caller_fl->fl_fd == sys_fl->fl_fd)
caller_fl271fs/locks.cif (!overlap(caller_fl, sys_fl))
caller_fl273fs/locks.cswitch (caller_fl->fl_type) {