Searched refs:locks_conflict (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, function
897 * checking before calling the locks_conflict().
915 return locks_conflict(caller_flc, sys_flc);
937 * checking before calling the locks_conflict().
948 return locks_conflict(caller_flc, sys_flc);
1508 rc = locks_conflict(bc, lc);

Completed in 86 milliseconds