Home
last modified time | relevance | path

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

/linux/fs/
H A Dlocks.c945 static bool locks_conflict(struct file_lock_core *caller_flc, in locks_conflict() argument
950 if (caller_flc->flc_type == F_WRLCK) in locks_conflict()
958 static bool posix_locks_conflict(struct file_lock_core *caller_flc, in posix_locks_conflict() argument
961 struct file_lock *caller_fl = file_lock(caller_flc); in posix_locks_conflict()
967 if (posix_same_owner(caller_flc, sys_flc)) in posix_locks_conflict()
974 return locks_conflict(caller_flc, sys_flc); in posix_locks_conflict()
998 static bool flock_locks_conflict(struct file_lock_core *caller_flc, in flock_locks_conflict() argument
1004 if (caller_flc->flc_file == sys_flc->flc_file) in flock_locks_conflict()
1007 return locks_conflict(caller_flc, sys_flc); in flock_locks_conflict()