Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dlocks.c665 int posix_locks_deadlock(struct file_lock *caller_fl, in posix_locks_deadlock() function
748 if (posix_locks_deadlock(new_fl, fl)) in locks_mandatory_area()
895 if (posix_locks_deadlock(caller, fl)) in posix_lock_file()
/linux-2.4.37.9/kernel/
Dksyms.c249 EXPORT_SYMBOL(posix_locks_deadlock);
/linux-2.4.37.9/fs/lockd/
Dsvclock.c356 if (posix_locks_deadlock(&lock->fl, conflock)) { in nlmsvc_lock()
/linux-2.4.37.9/include/linux/
Dfs.h677 extern int posix_locks_deadlock(struct file_lock *, struct file_lock *);