Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dlocks.c630 static int posix_same_owner(struct file_lock_core *fl1, struct file_lock_core *fl2) in posix_same_owner() function
908 if (posix_same_owner(caller_flc, sys_flc)) in posix_locks_conflict()
929 if (!posix_same_owner(caller, sys)) in posix_test_locks_conflict()
1032 if (posix_same_owner(flc, blocker)) { in what_owner_is_waiting_for()
1061 if (posix_same_owner(caller, blocker)) in posix_locks_deadlock()
1234 if (posix_same_owner(&request->c, &fl->c)) in posix_lock_inode()
1240 if (!posix_same_owner(&request->c, &fl->c)) in posix_lock_inode()