Searched refs:posix_test_lock (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | filelock.h | 160 void posix_test_lock(struct file *, struct file_lock *); 256 static inline void posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() function
|
/linux-6.3-rc2/fs/orangefs/ |
A D | file.c | 523 posix_test_lock(filp, fl); in orangefs_lock()
|
/linux-6.3-rc2/fs/9p/ |
A D | vfs_file.c | 246 posix_test_lock(filp, fl); in v9fs_file_getlock()
|
/linux-6.3-rc2/fs/ |
A D | locks.c | 887 posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() function 924 EXPORT_SYMBOL(posix_test_lock); 2129 posix_test_lock(filp, fl); in vfs_test_lock()
|
/linux-6.3-rc2/fs/nfs/ |
A D | file.c | 718 posix_test_lock(filp, fl); in do_getlk()
|
/linux-6.3-rc2/fs/afs/ |
A D | flock.c | 736 posix_test_lock(file, fl); in afs_do_getlk()
|
/linux-6.3-rc2/fs/fuse/ |
A D | file.c | 2646 posix_test_lock(file, fl); in fuse_file_lock()
|
/linux-6.3-rc2/fs/cifs/ |
A D | file.c | 1407 posix_test_lock(file, flock); in cifs_posix_lock_test()
|
Completed in 26 milliseconds