Home
last modified time | relevance | path

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

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