Searched refs:posix_test_lock (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/ |
H 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
|
/openbmc/linux/fs/orangefs/ |
H A D | file.c | 543 posix_test_lock(filp, fl); in orangefs_lock()
|
/openbmc/linux/fs/9p/ |
H A D | vfs_file.c | 232 posix_test_lock(filp, fl); in v9fs_file_getlock()
|
/openbmc/linux/fs/ |
H A D | locks.c | 902 posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() function 939 EXPORT_SYMBOL(posix_test_lock); 2137 posix_test_lock(filp, fl); in vfs_test_lock()
|
/openbmc/linux/fs/nfs/ |
H A D | file.c | 727 posix_test_lock(filp, fl); in do_getlk()
|
/openbmc/linux/fs/afs/ |
H A D | flock.c | 736 posix_test_lock(file, fl); in afs_do_getlk()
|
/openbmc/linux/fs/fuse/ |
H A D | file.c | 2616 posix_test_lock(file, fl); in fuse_file_lock()
|
/openbmc/linux/fs/smb/client/ |
H A D | file.c | 1503 posix_test_lock(file, flock); in cifs_posix_lock_test()
|