Home
last modified time | relevance | path

Searched refs:posix_test_lock (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/
H A Dfilelock.h160 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 Dfile.c543 posix_test_lock(filp, fl); in orangefs_lock()
/openbmc/linux/fs/9p/
H A Dvfs_file.c232 posix_test_lock(filp, fl); in v9fs_file_getlock()
/openbmc/linux/fs/
H A Dlocks.c902 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 Dfile.c727 posix_test_lock(filp, fl); in do_getlk()
/openbmc/linux/fs/afs/
H A Dflock.c736 posix_test_lock(file, fl); in afs_do_getlk()
/openbmc/linux/fs/fuse/
H A Dfile.c2616 posix_test_lock(file, fl); in fuse_file_lock()
/openbmc/linux/fs/smb/client/
H A Dfile.c1503 posix_test_lock(file, flock); in cifs_posix_lock_test()