Home
last modified time | relevance | path

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

/Linux-v4.19/fs/9p/
Dvfs_file.c142 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock()
189 if (IS_SETLKW(cmd)) in v9fs_file_do_lock()
203 if (status == P9_LOCK_BLOCKED && !IS_SETLKW(cmd)) in v9fs_file_do_lock()
317 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock_dotl()
322 if (IS_SETLK(cmd) || IS_SETLKW(cmd)) in v9fs_file_lock_dotl()
356 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_flock_dotl()
364 if (IS_SETLK(cmd) | IS_SETLKW(cmd)) in v9fs_file_flock_dotl()
/Linux-v4.19/include/linux/
Dfcntl.h36 #define IS_SETLKW(cmd) (IS_SETLKW32(cmd) || IS_SETLKW64(cmd)) macro
/Linux-v4.19/fs/ocfs2/
Dlocks.c47 if (!IS_SETLKW(cmd)) in ocfs2_do_flock()
/Linux-v4.19/fs/ceph/
Dlocks.c234 else if (IS_SETLKW(cmd)) in ceph_lock()
314 if (IS_SETLKW(cmd)) in ceph_flock()
/Linux-v4.19/fs/lockd/
Dclntproc.c179 if (IS_SETLK(cmd) || IS_SETLKW(cmd)) { in nlmclnt_proc()
181 call->a_args.block = IS_SETLKW(cmd) ? 1 : 0; in nlmclnt_proc()
/Linux-v4.19/fs/dlm/
Dplock.c126 op->info.wait = IS_SETLKW(cmd); in dlm_posix_lock()
/Linux-v4.19/fs/gfs2/
Dfile.c1183 flags = (IS_SETLKW(cmd) ? 0 : LM_FLAG_TRY_1CB) | GL_EXACT; in do_flock()
/Linux-v4.19/fs/nfs/
Dnfs4proc.c6675 if (IS_SETLKW(cmd)) in _nfs4_do_setlk()
6954 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd))) in nfs4_proc_lock()