Searched refs:vfs_test_lock (Results 1 - 4 of 4) sorted by last modified time

/linux-master/fs/nfsd/
H A Dnfs4state.c8085 * vfs_test_lock.
8102 err = nfserrno(vfs_test_lock(nf->nf_file, lock));
/linux-master/include/linux/
H 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) function
/linux-master/fs/
H A Dlocks.c2187 * vfs_test_lock - test file byte range lock
2194 int vfs_test_lock(struct file *filp, struct file_lock *fl) function
2202 EXPORT_SYMBOL_GPL(vfs_test_lock); variable
2300 error = vfs_test_lock(filp, fl);
2510 error = vfs_test_lock(filp, fl);
/linux-master/fs/lockd/
H A Dsvclock.c631 error = vfs_test_lock(file->f_file[mode], &lock->fl);

Completed in 176 milliseconds