Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dfcntl.h48 #define IS_GETLK(cmd) (IS_GETLK32(cmd) || IS_GETLK64(cmd)) macro
/kernel/linux/linux-5.10/fs/ceph/
Dlocks.c250 if (IS_GETLK(cmd)) in ceph_lock()
/kernel/linux/linux-5.10/fs/9p/
Dvfs_file.c325 else if (IS_GETLK(cmd)) in v9fs_file_lock_dotl()
/kernel/linux/linux-5.10/fs/nfs/
Dfile.c807 if (IS_GETLK(cmd)) in nfs_lock()
Dnfs4proc.c7381 if (IS_GETLK(cmd)) { in nfs4_proc_lock()
/kernel/linux/linux-5.10/fs/lockd/
Dclntproc.c187 } else if (IS_GETLK(cmd)) in nlmclnt_proc()
/kernel/linux/linux-5.10/fs/afs/
Dflock.c779 if (IS_GETLK(cmd)) in afs_lock()
/kernel/linux/linux-5.10/fs/ocfs2/
Dstack_user.c759 if (IS_GETLK(cmd)) in user_plock()
/kernel/linux/linux-5.10/fs/gfs2/
Dfile.c1262 if (IS_GETLK(cmd)) in gfs2_lock()
/kernel/linux/linux-5.10/fs/cifs/
Dfile.c1806 if (IS_GETLK(cmd)) { in cifs_lock()