Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfcntl.h44 #define IS_GETLK(cmd) (IS_GETLK32(cmd) || IS_GETLK64(cmd)) macro
/linux-6.1.9/fs/ceph/
Dlocks.c246 if (IS_GETLK(cmd)) in ceph_lock()
/linux-6.1.9/fs/9p/
Dvfs_file.c316 else if (IS_GETLK(cmd)) in v9fs_file_lock_dotl()
/linux-6.1.9/fs/nfs/
Dfile.c823 if (IS_GETLK(cmd)) in nfs_lock()
Dnfs4proc.c7520 if (IS_GETLK(cmd)) { in nfs4_proc_lock()
/linux-6.1.9/fs/lockd/
Dclntproc.c187 } else if (IS_GETLK(cmd)) in nlmclnt_proc()
/linux-6.1.9/fs/ocfs2/
Dstack_user.c751 if (IS_GETLK(cmd)) in user_plock()
/linux-6.1.9/fs/afs/
Dflock.c775 if (IS_GETLK(cmd)) in afs_lock()
/linux-6.1.9/fs/gfs2/
Dfile.c1438 if (IS_GETLK(cmd)) in gfs2_lock()
/linux-6.1.9/fs/cifs/
Dfile.c1960 if (IS_GETLK(cmd)) { in cifs_lock()