Searched refs:caller_fl (Results 1 – 1 of 1) sorted by relevance
883 /* Determine if lock sys_fl blocks lock caller_fl. Common functionality896 /* Determine if lock sys_fl blocks lock caller_fl. POSIX specific902 struct file_lock *caller_fl = file_lock(caller_flc); in posix_locks_conflict() local 912 if (!locks_overlap(caller_fl, sys_fl)) in posix_locks_conflict() 918 /* Determine if lock sys_fl blocks lock caller_fl. Used on xx_GETLK921 static bool posix_test_locks_conflict(struct file_lock *caller_fl, in posix_test_locks_conflict() argument 924 struct file_lock_core *caller = &caller_fl->c; in posix_test_locks_conflict() 928 if (lock_is_unlock(caller_fl)) { in posix_test_locks_conflict() 931 return locks_overlap(caller_fl, sys_fl); in posix_test_locks_conflict() 936 /* Determine if lock sys_fl blocks lock caller_fl1042 posix_locks_deadlock(struct file_lock * caller_fl,struct file_lock * block_fl) posix_locks_deadlock() argument [all...]