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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dplock.c135 if (posix_lock_file_wait(file, fl) < 0)
220 if (posix_lock_file_wait(file, fl) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dlocks.c913 * posix_lock_file_wait - Apply a POSIX-style lock to a file
921 int posix_lock_file_wait(struct file *filp, struct file_lock *fl) function
938 EXPORT_SYMBOL(posix_lock_file_wait); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dclntproc.c481 res = posix_lock_file_wait(fl->fl_file, fl);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dfile.c719 res = posix_lock_file_wait(file, fl);
H A Dnfs4proc.c3837 res = posix_lock_file_wait(file, fl);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfs.h1115 extern int posix_lock_file_wait(struct file *, struct file_lock *);
1198 static inline int posix_lock_file_wait(struct file *filp, struct file_lock *fl) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dfile.c908 posix_lock_file_wait(file, pfLock);

Completed in 328 milliseconds