Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfcntl.h44 #define IS_GETLK(cmd) (IS_GETLK32(cmd) || IS_GETLK64(cmd)) macro
/linux-6.15/fs/9p/
H A Dvfs_file.c303 else if (IS_GETLK(cmd)) in v9fs_file_lock_dotl()
/linux-6.15/fs/ceph/
H A Dlocks.c266 if (IS_GETLK(cmd)) in ceph_lock()
/linux-6.15/fs/nfs/
H A Dfile.c863 if (IS_GETLK(cmd)) in nfs_lock()
H A Dnfs4proc.c7767 if (IS_GETLK(cmd)) { in nfs4_proc_lock()
/linux-6.15/fs/afs/
H A Dflock.c775 if (IS_GETLK(cmd)) in afs_lock()
/linux-6.15/fs/lockd/
H A Dclntproc.c191 } else if (IS_GETLK(cmd)) in nlmclnt_proc()
/linux-6.15/fs/ocfs2/
H A Dstack_user.c745 else if (IS_GETLK(cmd)) in user_plock()
/linux-6.15/fs/gfs2/
H A Dfile.c1454 else if (IS_GETLK(cmd)) in gfs2_lock()
/linux-6.15/fs/smb/client/
H A Dfile.c2405 if (IS_GETLK(cmd)) { in cifs_lock()