Searched refs:IS_SETLKW (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dfcntl.h46 #define IS_SETLKW(cmd) (IS_SETLKW32(cmd) || IS_SETLKW64(cmd)) macro
/linux-master/fs/9p/
H A Dvfs_file.c110 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->c.flc_type != F_UNLCK) {
156 if (IS_SETLKW(cmd))
172 if (status == P9_LOCK_BLOCKED && !IS_SETLKW(cmd))
296 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->c.flc_type != F_UNLCK) {
301 if (IS_SETLK(cmd) || IS_SETLKW(cmd))
330 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->c.flc_type != F_UNLCK) {
338 if (IS_SETLK(cmd) | IS_SETLKW(cmd))
/linux-master/fs/ocfs2/
H A Dlocks.c32 if (!IS_SETLKW(cmd))
/linux-master/fs/ceph/
H A Dlocks.c268 else if (IS_SETLKW(cmd))
342 if (IS_SETLKW(cmd))
/linux-master/fs/lockd/
H A Dclntproc.c185 if (IS_SETLK(cmd) || IS_SETLKW(cmd)) {
187 call->a_args.block = IS_SETLKW(cmd) ? 1 : 0;
/linux-master/fs/gfs2/
H A Dfile.c1488 if (!IS_SETLKW(cmd))
/linux-master/fs/nfs/
H A Dnfs4proc.c7297 if (IS_SETLKW(cmd))
7560 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))

Completed in 158 milliseconds