Searched refs:block_fl (Results 1 – 1 of 1) sorted by relevance
991 static struct file_lock *what_owner_is_waiting_for(struct file_lock *block_fl) in what_owner_is_waiting_for() argument995 hash_for_each_possible(blocked_hash, fl, fl_link, posix_owner_key(block_fl)) { in what_owner_is_waiting_for()996 if (posix_same_owner(fl, block_fl)) { in what_owner_is_waiting_for()1007 struct file_lock *block_fl) in posix_locks_deadlock() argument1020 while ((block_fl = what_owner_is_waiting_for(block_fl))) { in posix_locks_deadlock()1023 if (posix_same_owner(caller_fl, block_fl)) in posix_locks_deadlock()