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

/linux-master/fs/
H A Dlocks.c899 static bool posix_locks_conflict(struct file_lock_core *caller_flc, function
933 return posix_locks_conflict(caller, sys);
1188 if (!posix_locks_conflict(&request->c, &fl->c))
1220 posix_locks_conflict);

Completed in 134 milliseconds