Searched refs:posix_test_lock (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/fs/orangefs/ |
D | file.c | 526 posix_test_lock(filp, fl); in orangefs_lock()
|
/Linux-v5.15/fs/9p/ |
D | vfs_file.c | 247 posix_test_lock(filp, fl); in v9fs_file_getlock()
|
/Linux-v5.15/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); 2185 posix_test_lock(filp, fl); in vfs_test_lock()
|
/Linux-v5.15/fs/nfs/ |
D | file.c | 695 posix_test_lock(filp, fl); in do_getlk()
|
/Linux-v5.15/fs/afs/ |
D | flock.c | 736 posix_test_lock(file, fl); in afs_do_getlk()
|
/Linux-v5.15/include/linux/ |
D | fs.h | 1191 extern void posix_test_lock(struct file *, struct file_lock *); 1277 static inline void posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() function
|
/Linux-v5.15/fs/fuse/ |
D | file.c | 2532 posix_test_lock(file, fl); in fuse_file_lock()
|
/Linux-v5.15/fs/cifs/ |
D | file.c | 1211 posix_test_lock(file, flock); in cifs_posix_lock_test()
|