Searched refs:posix_owner_key (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | locks.c | 700 posix_owner_key(struct file_lock *fl) in posix_owner_key() function 709 hash_add(blocked_hash, &waiter->fl_link, posix_owner_key(waiter)); in locks_insert_global_blocked() 1018 hash_for_each_possible(blocked_hash, fl, fl_link, posix_owner_key(block_fl)) { in what_owner_is_waiting_for()
|
/kernel/linux/linux-6.6/fs/ |
H A D | locks.c | 637 posix_owner_key(struct file_lock *fl) in posix_owner_key() function 646 hash_add(blocked_hash, &waiter->fl_link, posix_owner_key(waiter)); in locks_insert_global_blocked() 981 hash_for_each_possible(blocked_hash, fl, fl_link, posix_owner_key(block_fl)) { in what_owner_is_waiting_for()
|
Completed in 7 milliseconds