Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dlocks.c597 static int posix_same_owner(struct file_lock *fl1, struct file_lock *fl2) in posix_same_owner() function
861 if (posix_same_owner(caller_fl, sys_fl)) in posix_locks_conflict()
879 if (!posix_same_owner(caller_fl, sys_fl)) in posix_test_locks_conflict()
982 if (posix_same_owner(fl, block_fl)) { in what_owner_is_waiting_for()
1009 if (posix_same_owner(caller_fl, block_fl)) in posix_locks_deadlock()
1182 if (posix_same_owner(request, fl)) in posix_lock_inode()
1188 if (!posix_same_owner(request, fl)) in posix_lock_inode()