Searched refs:caller_fl (Results 1 – 1 of 1) sorted by relevance
902 struct file_lock *caller_fl = file_lock(caller_flc); in posix_locks_conflict() local912 if (!locks_overlap(caller_fl, sys_fl)) in posix_locks_conflict()921 static bool posix_test_locks_conflict(struct file_lock *caller_fl, in posix_test_locks_conflict() argument924 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()1042 static bool posix_locks_deadlock(struct file_lock *caller_fl, in posix_locks_deadlock() argument1045 struct file_lock_core *caller = &caller_fl->c; in posix_locks_deadlock()