Home
last modified time | relevance | path

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

/Linux-v5.15/fs/9p/
Dvfs_file.c124 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock()
172 if (IS_SETLKW(cmd)) in v9fs_file_do_lock()
188 if (status == P9_LOCK_BLOCKED && !IS_SETLKW(cmd)) in v9fs_file_do_lock()
311 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock_dotl()
316 if (IS_SETLK(cmd) || IS_SETLKW(cmd)) in v9fs_file_lock_dotl()
345 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_flock_dotl()
353 if (IS_SETLK(cmd) | IS_SETLKW(cmd)) in v9fs_file_flock_dotl()
/Linux-v5.15/include/linux/
Dfcntl.h46 #define IS_SETLKW(cmd) (IS_SETLKW32(cmd) || IS_SETLKW64(cmd)) macro
/Linux-v5.15/fs/ocfs2/
Dlocks.c31 if (!IS_SETLKW(cmd)) in ocfs2_do_flock()
/Linux-v5.15/fs/ceph/
Dlocks.c249 else if (IS_SETLKW(cmd)) in ceph_lock()
322 if (IS_SETLKW(cmd)) in ceph_flock()
/Linux-v5.15/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-v5.15/fs/dlm/
Dplock.c123 op->info.wait = IS_SETLKW(cmd); in dlm_posix_lock()
/Linux-v5.15/fs/gfs2/
Dfile.c1270 flags = (IS_SETLKW(cmd) ? 0 : LM_FLAG_TRY_1CB) | GL_EXACT; in do_flock()
/Linux-v5.15/fs/nfs/
Dnfs4proc.c7162 if (IS_SETLKW(cmd)) in _nfs4_do_setlk()
7426 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd))) in nfs4_proc_lock()