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

/linux-4.1.27/fs/
H A Dlocks.c1945 * vfs_test_lock - test file byte range lock
1952 int vfs_test_lock(struct file *filp, struct file_lock *fl) vfs_test_lock() function
1959 EXPORT_SYMBOL_GPL(vfs_test_lock); variable
2024 error = vfs_test_lock(filp, &file_lock); fcntl_getlk()
2250 error = vfs_test_lock(filp, &file_lock); fcntl_getlk64()
/linux-4.1.27/fs/lockd/
H A Dsvclock.c524 error = vfs_test_lock(file->f_file, &lock->fl); nlmsvc_testlock()
/linux-4.1.27/include/linux/
H A Dfs.h1042 extern int vfs_test_lock(struct file *, struct file_lock *);
1142 static inline int vfs_test_lock(struct file *filp, struct file_lock *fl) vfs_test_lock() function
/linux-4.1.27/fs/nfsd/
H A Dnfs4state.c5624 * vfs_test_lock. (Arguably perhaps test_lock should be done with an
5632 err = nfserrno(vfs_test_lock(file, lock)); nfsd_test_lock()

Completed in 177 milliseconds