Home
last modified time | relevance | path

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

/linux-2.6.39/fs/
Dlocks.c691 static struct file_lock *what_owner_is_waiting_for(struct file_lock *block_fl) in what_owner_is_waiting_for() argument
696 if (posix_same_owner(fl, block_fl)) in what_owner_is_waiting_for()
703 struct file_lock *block_fl) in posix_locks_deadlock() argument
707 while ((block_fl = what_owner_is_waiting_for(block_fl))) { in posix_locks_deadlock()
710 if (posix_same_owner(caller_fl, block_fl)) in posix_locks_deadlock()