Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfilelock.h201 int vfs_test_lock(struct file *, struct file_lock *);
339 static inline int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock() function
/linux-6.15/fs/
H A Dlocks.c2193 int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock() function
2201 EXPORT_SYMBOL_GPL(vfs_test_lock);
2299 error = vfs_test_lock(filp, fl); in fcntl_getlk()
2508 error = vfs_test_lock(filp, fl); in fcntl_getlk64()
/linux-6.15/fs/lockd/
H A Dsvclock.c630 error = vfs_test_lock(file->f_file[mode], &lock->fl); in nlmsvc_testlock()
/linux-6.15/fs/nfsd/
H A Dnfs4state.c8381 err = nfserrno(vfs_test_lock(nf->nf_file, lock)); in nfsd_test_lock()