Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfcntl.h34 #define IS_GETLK(cmd) (IS_GETLK32(cmd) || IS_GETLK64(cmd)) macro
/Linux-v5.4/fs/ceph/
Dlocks.c235 if (IS_GETLK(cmd)) in ceph_lock()
/Linux-v5.4/fs/9p/
Dvfs_file.c325 else if (IS_GETLK(cmd)) in v9fs_file_lock_dotl()
/Linux-v5.4/fs/nfs/
Dfile.c791 if (IS_GETLK(cmd)) in nfs_lock()
Dnfs4proc.c7139 if (IS_GETLK(cmd)) { in nfs4_proc_lock()
/Linux-v5.4/fs/lockd/
Dclntproc.c187 } else if (IS_GETLK(cmd)) in nlmclnt_proc()
/Linux-v5.4/fs/afs/
Dflock.c790 if (IS_GETLK(cmd)) in afs_lock()
/Linux-v5.4/fs/ocfs2/
Dstack_user.c759 if (IS_GETLK(cmd)) in user_plock()
/Linux-v5.4/fs/gfs2/
Dfile.c1188 if (IS_GETLK(cmd)) in gfs2_lock()
/Linux-v5.4/fs/cifs/
Dfile.c1734 if (IS_GETLK(cmd)) { in cifs_lock()