Searched refs:posix_test_lock (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/fs/orangefs/ |
D | file.c | 629 posix_test_lock(filp, fl); in orangefs_lock()
|
/Linux-v5.10/fs/9p/ |
D | vfs_file.c | 250 posix_test_lock(filp, fl); in v9fs_file_getlock()
|
/Linux-v5.10/fs/ |
D | locks.c | 952 posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() function 976 EXPORT_SYMBOL(posix_test_lock); 2282 posix_test_lock(filp, fl); in vfs_test_lock()
|
/Linux-v5.10/fs/nfs/ |
D | file.c | 680 posix_test_lock(filp, fl); in do_getlk()
|
/Linux-v5.10/fs/afs/ |
D | flock.c | 736 posix_test_lock(file, fl); in afs_do_getlk()
|
/Linux-v5.10/include/linux/ |
D | fs.h | 1142 extern void posix_test_lock(struct file *, struct file_lock *); 1228 static inline void posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() function
|
/Linux-v5.10/fs/fuse/ |
D | file.c | 2481 posix_test_lock(file, fl); in fuse_file_lock()
|
/Linux-v5.10/fs/cifs/ |
D | file.c | 1139 posix_test_lock(file, flock); in cifs_posix_lock_test()
|