Searched refs:block_fl (Results 1 – 1 of 1) sorted by relevance
977 static struct file_lock *what_owner_is_waiting_for(struct file_lock *block_fl) in what_owner_is_waiting_for() argument981 hash_for_each_possible(blocked_hash, fl, fl_link, posix_owner_key(block_fl)) { in what_owner_is_waiting_for()982 if (posix_same_owner(fl, block_fl)) { in what_owner_is_waiting_for()993 struct file_lock *block_fl) in posix_locks_deadlock() argument1006 while ((block_fl = what_owner_is_waiting_for(block_fl))) { in posix_locks_deadlock()1009 if (posix_same_owner(caller_fl, block_fl)) in posix_locks_deadlock()