Home
last modified time | relevance | path

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

/linux/fs/9p/
A Dvfs_file.c122 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/include/linux/
A Dfcntl.h46 #define IS_SETLKW(cmd) (IS_SETLKW32(cmd) || IS_SETLKW64(cmd)) macro
/linux/fs/ocfs2/
A Dlocks.c31 if (!IS_SETLKW(cmd)) in ocfs2_do_flock()
/linux/fs/ceph/
A Dlocks.c252 else if (IS_SETLKW(cmd)) in ceph_lock()
325 if (IS_SETLKW(cmd)) in ceph_flock()
/linux/fs/lockd/
A 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/fs/dlm/
A Dplock.c123 op->info.wait = IS_SETLKW(cmd); in dlm_posix_lock()
/linux/fs/gfs2/
A Dfile.c1472 flags = (IS_SETLKW(cmd) ? 0 : LM_FLAG_TRY_1CB) | GL_EXACT; in do_flock()
/linux/fs/nfs/
A Dnfs4proc.c7097 if (IS_SETLKW(cmd)) in _nfs4_do_setlk()
7361 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd))) in nfs4_proc_lock()

Completed in 39 milliseconds