Searched refs:caller_fl (Results 1 – 1 of 1) sorted by relevance
961 struct file_lock *caller_fl = file_lock(caller_flc); in posix_locks_conflict() local971 if (!locks_overlap(caller_fl, sys_fl)) in posix_locks_conflict()980 static bool posix_test_locks_conflict(struct file_lock *caller_fl, in posix_test_locks_conflict() argument983 struct file_lock_core *caller = &caller_fl->c; in posix_test_locks_conflict()987 if (lock_is_unlock(caller_fl)) { in posix_test_locks_conflict()990 return locks_overlap(caller_fl, sys_fl); in posix_test_locks_conflict()1101 static bool posix_locks_deadlock(struct file_lock *caller_fl, in posix_locks_deadlock() argument1104 struct file_lock_core *caller = &caller_fl->c; in posix_locks_deadlock()