Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/9p/
A Dvfs_file.c124 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock()
171 if (IS_SETLKW(cmd)) in v9fs_file_do_lock()
187 if (status == P9_LOCK_BLOCKED && !IS_SETLKW(cmd)) in v9fs_file_do_lock()
310 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock_dotl()
315 if (IS_SETLK(cmd) || IS_SETLKW(cmd)) in v9fs_file_lock_dotl()
344 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_flock_dotl()
352 if (IS_SETLK(cmd) | IS_SETLKW(cmd)) in v9fs_file_flock_dotl()
/linux-6.3-rc2/include/linux/
A Dfcntl.h46 #define IS_SETLKW(cmd) (IS_SETLKW32(cmd) || IS_SETLKW64(cmd)) macro
/linux-6.3-rc2/fs/ocfs2/
A Dlocks.c32 if (!IS_SETLKW(cmd)) in ocfs2_do_flock()
/linux-6.3-rc2/fs/ceph/
A Dlocks.c265 else if (IS_SETLKW(cmd)) in ceph_lock()
338 if (IS_SETLKW(cmd)) in ceph_flock()
/linux-6.3-rc2/fs/lockd/
A Dclntproc.c182 if (IS_SETLK(cmd) || IS_SETLKW(cmd)) { in nlmclnt_proc()
184 call->a_args.block = IS_SETLKW(cmd) ? 1 : 0; in nlmclnt_proc()
/linux-6.3-rc2/fs/dlm/
A Dplock.c126 op->info.wait = IS_SETLKW(cmd); in dlm_posix_lock()
/linux-6.3-rc2/fs/gfs2/
A Dfile.c1475 if (!IS_SETLKW(cmd)) in do_flock()
/linux-6.3-rc2/fs/nfs/
A Dnfs4proc.c7258 if (IS_SETLKW(cmd)) in _nfs4_do_setlk()
7521 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd))) in nfs4_proc_lock()

Completed in 32 milliseconds