Home
last modified time | relevance | path

Searched refs:caller_flc (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/
Dlocks.c886 static bool locks_conflict(struct file_lock_core *caller_flc, in locks_conflict() argument
891 if (caller_flc->flc_type == F_WRLCK) in locks_conflict()
899 static bool posix_locks_conflict(struct file_lock_core *caller_flc, in posix_locks_conflict() argument
902 struct file_lock *caller_fl = file_lock(caller_flc); in posix_locks_conflict()
908 if (posix_same_owner(caller_flc, sys_flc)) in posix_locks_conflict()
915 return locks_conflict(caller_flc, sys_flc); in posix_locks_conflict()
939 static bool flock_locks_conflict(struct file_lock_core *caller_flc, in flock_locks_conflict() argument
945 if (caller_flc->flc_file == sys_flc->flc_file) in flock_locks_conflict()
948 return locks_conflict(caller_flc, sys_flc); in flock_locks_conflict()