Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfcntl.h27 #define IS_GETLK(cmd) (IS_GETLK32(cmd) || IS_GETLK64(cmd)) macro
/linux-4.1.27/fs/ceph/
Dlocks.c173 if (IS_GETLK(cmd)) in ceph_lock()
/linux-4.1.27/fs/afs/
Dflock.c529 if (IS_GETLK(cmd)) in afs_lock()
/linux-4.1.27/fs/9p/
Dvfs_file.c323 else if (IS_GETLK(cmd)) in v9fs_file_lock_dotl()
/linux-4.1.27/fs/nfs/
Dfile.c887 if (IS_GETLK(cmd)) in nfs_lock()
Dnfs4proc.c5982 if (IS_GETLK(cmd)) { in nfs4_proc_lock()
/linux-4.1.27/fs/lockd/
Dclntproc.c179 } else if (IS_GETLK(cmd)) in nlmclnt_proc()
/linux-4.1.27/fs/ocfs2/
Dstack_user.c774 if (IS_GETLK(cmd)) in user_plock()
/linux-4.1.27/fs/gfs2/
Dfile.c1006 if (IS_GETLK(cmd)) in gfs2_lock()
/linux-4.1.27/fs/cifs/
Dfile.c1598 if (IS_GETLK(cmd)) { in cifs_lock()