block_fl         1014 fs/locks.c     static struct file_lock *what_owner_is_waiting_for(struct file_lock *block_fl)
block_fl         1018 fs/locks.c     	hash_for_each_possible(blocked_hash, fl, fl_link, posix_owner_key(block_fl)) {
block_fl         1019 fs/locks.c     		if (posix_same_owner(fl, block_fl)) {
block_fl         1030 fs/locks.c     				struct file_lock *block_fl)
block_fl         1043 fs/locks.c     	while ((block_fl = what_owner_is_waiting_for(block_fl))) {
block_fl         1046 fs/locks.c     		if (posix_same_owner(caller_fl, block_fl))