Searched refs:caller_fl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/ |
H A D | locks.c | 839 /* Determine if lock sys_fl blocks lock caller_fl. Common functionality 842 static bool locks_conflict(struct file_lock *caller_fl, in locks_conflict() argument 847 if (caller_fl->fl_type == F_WRLCK) in locks_conflict() 852 /* Determine if lock sys_fl blocks lock caller_fl. POSIX specific 855 static bool posix_locks_conflict(struct file_lock *caller_fl, in posix_locks_conflict() argument 861 if (posix_same_owner(caller_fl, sys_fl)) in posix_locks_conflict() 865 if (!locks_overlap(caller_fl, sys_fl)) in posix_locks_conflict() 868 return locks_conflict(caller_fl, sys_fl); in posix_locks_conflict() 871 /* Determine if lock sys_fl blocks lock caller_fl. Used on xx_GETLK 874 static bool posix_test_locks_conflict(struct file_lock *caller_fl, in posix_test_locks_conflict() argument 889 flock_locks_conflict(struct file_lock *caller_fl, struct file_lock *sys_fl) flock_locks_conflict() argument 992 posix_locks_deadlock(struct file_lock *caller_fl, struct file_lock *block_fl) posix_locks_deadlock() argument [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | locks.c | 902 /* Determine if lock sys_fl blocks lock caller_fl. Common functionality 905 static bool locks_conflict(struct file_lock *caller_fl, in locks_conflict() argument 910 if (caller_fl->fl_type == F_WRLCK) in locks_conflict() 915 /* Determine if lock sys_fl blocks lock caller_fl. POSIX specific 918 static bool posix_locks_conflict(struct file_lock *caller_fl, in posix_locks_conflict() argument 924 if (posix_same_owner(caller_fl, sys_fl)) in posix_locks_conflict() 928 if (!locks_overlap(caller_fl, sys_fl)) in posix_locks_conflict() 931 return locks_conflict(caller_fl, sys_fl); in posix_locks_conflict() 934 /* Determine if lock sys_fl blocks lock caller_fl. FLOCK specific 937 static bool flock_locks_conflict(struct file_lock *caller_fl, in flock_locks_conflict() argument 1029 posix_locks_deadlock(struct file_lock *caller_fl, struct file_lock *block_fl) posix_locks_deadlock() argument [all...] |
Completed in 5 milliseconds