Home
last modified time | relevance | path

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

/fs/
Dlocks.c841 static bool locks_conflict(struct file_lock *caller_fl, in locks_conflict() argument
846 if (caller_fl->fl_type == F_WRLCK) in locks_conflict()
854 static bool posix_locks_conflict(struct file_lock *caller_fl, in posix_locks_conflict() argument
860 if (posix_same_owner(caller_fl, sys_fl)) in posix_locks_conflict()
864 if (!locks_overlap(caller_fl, sys_fl)) in posix_locks_conflict()
867 return locks_conflict(caller_fl, sys_fl); in posix_locks_conflict()
873 static bool flock_locks_conflict(struct file_lock *caller_fl, in flock_locks_conflict() argument
879 if (caller_fl->fl_file == sys_fl->fl_file) in flock_locks_conflict()
882 return locks_conflict(caller_fl, sys_fl); in flock_locks_conflict()
976 static int posix_locks_deadlock(struct file_lock *caller_fl, in posix_locks_deadlock() argument
[all …]