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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dlocks.c1461 * vfs_test_lock - test file byte range lock
1469 int vfs_test_lock(struct file *filp, struct file_lock *fl) function
1476 EXPORT_SYMBOL_GPL(vfs_test_lock); variable
1531 error = vfs_test_lock(filp, &file_lock);
1700 error = vfs_test_lock(filp, &file_lock);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dsvclock.c511 error = vfs_test_lock(file->f_file, &lock->fl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfs.h852 extern int vfs_test_lock(struct file *, struct file_lock *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4state.c2851 /* vfs_test_lock uses the struct file _only_ to resolve the inode.
2853 * file may not exist, pass vfs_test_lock a struct file with
2860 error = vfs_test_lock(&file, &file_lock);

Completed in 89 milliseconds