Searched refs:block_fl (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dlocks.c561 * caller_fl which is about to wait for a conflicting lock block_fl, we
578 /* Find a lock that the owner of the given block_fl is blocking on. */
579 static struct file_lock *what_owner_is_waiting_for(struct file_lock *block_fl) argument
584 if (posix_same_owner(fl, block_fl))
591 struct file_lock *block_fl)
595 while ((block_fl = what_owner_is_waiting_for(block_fl))) {
598 if (posix_same_owner(caller_fl, block_fl))
590 posix_locks_deadlock(struct file_lock *caller_fl, struct file_lock *block_fl) argument

Completed in 45 milliseconds