Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dlocks.c1980 int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock() function
1987 EXPORT_SYMBOL_GPL(vfs_test_lock);
2052 error = vfs_test_lock(filp, &file_lock); in fcntl_getlk()
2278 error = vfs_test_lock(filp, &file_lock); in fcntl_getlk64()
/linux-4.4.14/fs/lockd/
Dsvclock.c524 error = vfs_test_lock(file->f_file, &lock->fl); in nlmsvc_testlock()
/linux-4.4.14/include/linux/
Dfs.h1057 extern int vfs_test_lock(struct file *, struct file_lock *);
1151 static inline int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock() function
/linux-4.4.14/fs/nfsd/
Dnfs4state.c5712 err = nfserrno(vfs_test_lock(file, lock)); in nfsd_test_lock()