Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dfile.c629 posix_test_lock(filp, fl); in orangefs_lock()
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_file.c250 posix_test_lock(filp, fl); in v9fs_file_getlock()
/OK3568_Linux_fs/kernel/fs/
H A Dlocks.c952 posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() function
976 EXPORT_SYMBOL(posix_test_lock);
2279 posix_test_lock(filp, fl); in vfs_test_lock()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfile.c678 posix_test_lock(filp, fl); in do_getlk()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dflock.c736 posix_test_lock(file, fl); in afs_do_getlk()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1176 extern void posix_test_lock(struct file *, struct file_lock *);
1262 static inline void posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() function
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dfile.c2534 posix_test_lock(file, fl); in fuse_file_lock()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dfile.c1140 posix_test_lock(file, flock); in cifs_posix_lock_test()