Home
last modified time | relevance | path

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

/linux-4.1.27/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()
316 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock_dotl()
321 if (IS_SETLK(cmd) || IS_SETLKW(cmd)) in v9fs_file_lock_dotl()
355 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_flock_dotl()
363 if (IS_SETLK(cmd) | IS_SETLKW(cmd)) in v9fs_file_flock_dotl()
/linux-4.1.27/include/linux/
Dfcntl.h29 #define IS_SETLKW(cmd) (IS_SETLKW32(cmd) || IS_SETLKW64(cmd)) macro
/linux-4.1.27/fs/ocfs2/
Dlocks.c47 if (!IS_SETLKW(cmd)) in ocfs2_do_flock()
/linux-4.1.27/fs/ceph/
Dlocks.c175 else if (IS_SETLKW(cmd)) in ceph_lock()
218 if (IS_SETLKW(cmd)) in ceph_flock()
/linux-4.1.27/fs/lockd/
Dclntproc.c173 if (IS_SETLK(cmd) || IS_SETLKW(cmd)) { in nlmclnt_proc()
175 call->a_args.block = IS_SETLKW(cmd) ? 1 : 0; in nlmclnt_proc()
/linux-4.1.27/fs/dlm/
Dplock.c126 op->info.wait = IS_SETLKW(cmd); in dlm_posix_lock()
/linux-4.1.27/fs/gfs2/
Dfile.c1026 flags = (IS_SETLKW(cmd) ? 0 : LM_FLAG_TRY_1CB) | GL_EXACT; in do_flock()
/linux-4.1.27/fs/nfs/
Dnfs4proc.c5782 if (IS_SETLKW(cmd)) in _nfs4_do_setlk()
5988 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd))) in nfs4_proc_lock()