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

/linux-master/fs/
H A Dlocks.c883 /* Determine if lock sys_fl blocks lock caller_fl. Common functionality
896 /* Determine if lock sys_fl blocks lock caller_fl. POSIX specific
902 struct file_lock *caller_fl = file_lock(caller_flc); local
912 if (!locks_overlap(caller_fl, sys_fl))
918 /* Determine if lock sys_fl blocks lock caller_fl. Used on xx_GETLK
921 static bool posix_test_locks_conflict(struct file_lock *caller_fl, argument
924 struct file_lock_core *caller = &caller_fl->c;
928 if (lock_is_unlock(caller_fl)) {
931 return locks_overlap(caller_fl, sys_fl);
936 /* Determine if lock sys_fl blocks lock caller_fl
1042 posix_locks_deadlock(struct file_lock *caller_fl, struct file_lock *block_fl) argument
[all...]

Completed in 102 milliseconds