Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfcntl.h44 #define IS_GETLK(cmd) (IS_GETLK32(cmd) || IS_GETLK64(cmd)) macro
/linux/fs/9p/
H A Dvfs_file.c308 else if (IS_GETLK(cmd)) in v9fs_file_lock_dotl()
/linux/fs/ceph/
H A Dlocks.c269 if (IS_GETLK(cmd)) in ceph_lock()
/linux/fs/nfs/
H A Dfile.c917 if (IS_GETLK(cmd)) in nfs_lock()
H A Dnfs4proc.c7903 if (IS_GETLK(cmd)) { in nfs4_proc_lock()
/linux/fs/lockd/
H A Dclntproc.c191 } else if (IS_GETLK(cmd)) in nlmclnt_proc()
/linux/fs/afs/
H A Dflock.c775 if (IS_GETLK(cmd)) in afs_lock()
/linux/fs/ocfs2/
H A Dstack_user.c738 else if (IS_GETLK(cmd)) in user_plock()
/linux/fs/gfs2/
H A Dfile.c1459 else if (IS_GETLK(cmd)) in gfs2_lock()
/linux/fs/smb/client/
H A Dfile.c2491 if (IS_GETLK(cmd)) { in cifs_lock()