Searched refs:posix_test_lock (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/orangefs/ |
D | file.c | 698 posix_test_lock(filp, fl); in orangefs_lock()
|
/Linux-v4.19/fs/9p/ |
D | vfs_file.c | 251 posix_test_lock(filp, fl); in v9fs_file_getlock()
|
/Linux-v4.19/fs/afs/ |
D | flock.c | 613 posix_test_lock(file, fl); in afs_do_getlk()
|
/Linux-v4.19/fs/nfs/ |
D | file.c | 668 posix_test_lock(filp, fl); in do_getlk()
|
/Linux-v4.19/fs/ |
D | locks.c | 813 posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() function 837 EXPORT_SYMBOL(posix_test_lock); 2045 posix_test_lock(filp, fl); in vfs_test_lock()
|
/Linux-v4.19/include/linux/ |
D | fs.h | 1101 extern void posix_test_lock(struct file *, struct file_lock *); 1182 static inline void posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() function
|
/Linux-v4.19/fs/fuse/ |
D | file.c | 2214 posix_test_lock(file, fl); in fuse_file_lock()
|
/Linux-v4.19/fs/cifs/ |
D | file.c | 1059 posix_test_lock(file, flock); in cifs_posix_lock_test()
|