Home
last modified time | relevance | path

Searched refs:IS_SETLKW (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/9p/
H A Dvfs_file.c110 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->c.flc_type != F_UNLCK) { in v9fs_file_lock()
156 if (IS_SETLKW(cmd)) in v9fs_file_do_lock()
172 if (status == P9_LOCK_BLOCKED && !IS_SETLKW(cmd)) in v9fs_file_do_lock()
296 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->c.flc_type != F_UNLCK) { in v9fs_file_lock_dotl()
301 if (IS_SETLK(cmd) || IS_SETLKW(cmd)) in v9fs_file_lock_dotl()
330 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->c.flc_type != F_UNLCK) { in v9fs_file_flock_dotl()
338 if (IS_SETLK(cmd) | IS_SETLKW(cmd)) in v9fs_file_flock_dotl()
/linux-6.15/include/linux/
H A Dfcntl.h46 #define IS_SETLKW(cmd) (IS_SETLKW32(cmd) || IS_SETLKW64(cmd)) macro
/linux-6.15/fs/ocfs2/
H A Dlocks.c32 if (!IS_SETLKW(cmd)) in ocfs2_do_flock()
/linux-6.15/fs/ceph/
H A Dlocks.c268 else if (IS_SETLKW(cmd)) in ceph_lock()
342 if (IS_SETLKW(cmd)) in ceph_flock()
/linux-6.15/fs/lockd/
H A Dclntproc.c185 if (IS_SETLK(cmd) || IS_SETLKW(cmd)) { in nlmclnt_proc()
187 call->a_args.block = IS_SETLKW(cmd) ? 1 : 0; in nlmclnt_proc()
/linux-6.15/fs/gfs2/
H A Dfile.c1490 if (!IS_SETLKW(cmd)) in do_flock()
/linux-6.15/fs/nfs/
H A Dnfs4proc.c7510 if (IS_SETLKW(cmd)) in _nfs4_do_setlk()
7773 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd))) in nfs4_proc_lock()