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

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

Completed in 130 milliseconds