Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dlocks.c905 static bool locks_conflict(struct file_lock *caller_fl, in locks_conflict() function
916 * checking before calling the locks_conflict().
931 return locks_conflict(caller_fl, sys_fl); in posix_locks_conflict()
935 * checking before calling the locks_conflict().
948 return locks_conflict(caller_fl, sys_fl); in flock_locks_conflict()
1573 rc = locks_conflict(breaker, lease); in leases_conflict()
/kernel/linux/linux-6.6/fs/
H A Dlocks.c842 static bool locks_conflict(struct file_lock *caller_fl, in locks_conflict() function
853 * checking before calling the locks_conflict().
868 return locks_conflict(caller_fl, sys_fl); in posix_locks_conflict()
887 * checking before calling the locks_conflict().
898 return locks_conflict(caller_fl, sys_fl); in flock_locks_conflict()
1453 rc = locks_conflict(breaker, lease); in leases_conflict()

Completed in 10 milliseconds