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

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

Completed in 421 milliseconds