Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dlocks.c2244 int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock() function
2251 EXPORT_SYMBOL_GPL(vfs_test_lock);
2346 error = vfs_test_lock(filp, fl); in fcntl_getlk()
2559 error = vfs_test_lock(filp, fl); in fcntl_getlk64()
/Linux-v5.4/fs/lockd/
Dsvclock.c616 error = vfs_test_lock(file->f_file, &lock->fl); in nlmsvc_testlock()
/Linux-v5.4/include/linux/
Dfs.h1162 extern int vfs_test_lock(struct file *, struct file_lock *);
1261 static inline int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock() function
/Linux-v5.4/fs/nfsd/
Dnfs4state.c6629 err = nfserrno(vfs_test_lock(nf->nf_file, lock)); in nfsd_test_lock()