Home
last modified time | relevance | path

Searched refs:IS_GETLK (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dfcntl.h48 #define IS_GETLK(cmd) (IS_GETLK32(cmd) || IS_GETLK64(cmd)) macro
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dlocks.c250 if (IS_GETLK(cmd)) in ceph_lock()
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_file.c325 else if (IS_GETLK(cmd)) in v9fs_file_lock_dotl()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfile.c805 if (IS_GETLK(cmd)) in nfs_lock()
H A Dnfs4proc.c7396 if (IS_GETLK(cmd)) { in nfs4_proc_lock()
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dclntproc.c187 } else if (IS_GETLK(cmd)) in nlmclnt_proc()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dstack_user.c759 if (IS_GETLK(cmd)) in user_plock()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dflock.c779 if (IS_GETLK(cmd)) in afs_lock()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dfile.c1265 if (IS_GETLK(cmd)) in gfs2_lock()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dfile.c1809 if (IS_GETLK(cmd)) { in cifs_lock()