Home
last modified time | relevance | path

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

/Linux-v6.1/fs/9p/
Dvfs_file.c123 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock()
170 if (IS_SETLKW(cmd)) in v9fs_file_do_lock()
186 if (status == P9_LOCK_BLOCKED && !IS_SETLKW(cmd)) in v9fs_file_do_lock()
309 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock_dotl()
314 if (IS_SETLK(cmd) || IS_SETLKW(cmd)) in v9fs_file_lock_dotl()
343 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_flock_dotl()
351 if (IS_SETLK(cmd) | IS_SETLKW(cmd)) in v9fs_file_flock_dotl()
/Linux-v6.1/include/linux/
Dfcntl.h46 #define IS_SETLKW(cmd) (IS_SETLKW32(cmd) || IS_SETLKW64(cmd)) macro
/Linux-v6.1/fs/ocfs2/
Dlocks.c31 if (!IS_SETLKW(cmd)) in ocfs2_do_flock()
/Linux-v6.1/fs/ceph/
Dlocks.c252 else if (IS_SETLKW(cmd)) in ceph_lock()
325 if (IS_SETLKW(cmd)) in ceph_flock()
/Linux-v6.1/fs/lockd/
Dclntproc.c181 if (IS_SETLK(cmd) || IS_SETLKW(cmd)) { in nlmclnt_proc()
183 call->a_args.block = IS_SETLKW(cmd) ? 1 : 0; in nlmclnt_proc()
/Linux-v6.1/fs/dlm/
Dplock.c125 op->info.wait = IS_SETLKW(cmd); in dlm_posix_lock()
/Linux-v6.1/fs/gfs2/
Dfile.c1475 if (!IS_SETLKW(cmd)) in do_flock()
/Linux-v6.1/fs/nfs/
Dnfs4proc.c7251 if (IS_SETLKW(cmd)) in _nfs4_do_setlk()
7514 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd))) in nfs4_proc_lock()