Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfcntl.h44 #define IS_GETLK(cmd) (IS_GETLK32(cmd) || IS_GETLK64(cmd)) macro
/Linux-v6.6/fs/ceph/
Dlocks.c263 if (IS_GETLK(cmd)) in ceph_lock()
/Linux-v6.6/fs/9p/
Dvfs_file.c303 else if (IS_GETLK(cmd)) in v9fs_file_lock_dotl()
/Linux-v6.6/fs/nfs/
Dfile.c853 if (IS_GETLK(cmd)) in nfs_lock()
Dnfs4proc.c7527 if (IS_GETLK(cmd)) { in nfs4_proc_lock()
/Linux-v6.6/fs/lockd/
Dclntproc.c190 } else if (IS_GETLK(cmd)) in nlmclnt_proc()
/Linux-v6.6/fs/afs/
Dflock.c775 if (IS_GETLK(cmd)) in afs_lock()
/Linux-v6.6/fs/ocfs2/
Dstack_user.c745 else if (IS_GETLK(cmd)) in user_plock()
/Linux-v6.6/fs/gfs2/
Dfile.c1446 else if (IS_GETLK(cmd)) in gfs2_lock()
/Linux-v6.6/fs/smb/client/
Dfile.c2089 if (IS_GETLK(cmd)) { in cifs_lock()