Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfilelock.h196 int vfs_test_lock(struct file *, struct file_lock *);
334 static inline int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock() function
/linux/fs/
A Dlocks.c2198 int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock() function
2206 EXPORT_SYMBOL_GPL(vfs_test_lock);
2304 error = vfs_test_lock(filp, fl); in fcntl_getlk()
2513 error = vfs_test_lock(filp, fl); in fcntl_getlk64()
/linux/fs/lockd/
A Dsvclock.c631 error = vfs_test_lock(file->f_file[mode], &lock->fl); in nlmsvc_testlock()
/linux/fs/nfsd/
A Dnfs4state.c8180 err = nfserrno(vfs_test_lock(nf->nf_file, lock)); in nfsd_test_lock()

Completed in 58 milliseconds