Searched refs:F_SETLKW (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h40 #define F_SETLKW 9 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dfcntl.h42 #define F_SETLKW 7 macro
/linux-master/include/linux/
H A Dfcntl.h31 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW)
41 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW)
/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h45 #define F_SETLKW 9 macro
/linux-master/include/trace/misc/
H A Dfs.h59 { F_SETLKW, "SETLKW" }, \
80 { F_SETLKW, "SETLKW" }, \
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h107 #define F_SETLKW 7 macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h107 #define F_SETLKW 7 macro
/linux-master/tools/perf/trace/beauty/
H A Dfcntl.c93 if (cmd == F_SETLK || cmd == F_SETLKW || cmd == F_GETLK ||
/linux-master/fs/
H A Dfcntl.c376 case F_SETLKW:
595 return F_SETLKW;
660 case F_SETLKW:
H A Dlocks.c2174 (can_sleep) ? F_SETLKW : F_SETLK,
2336 * not F_SETLKW; they will set FL_SLEEP if (and only if) the request is for a
2400 * This implements both the F_SETLK and F_SETLKW commands of fcntl().
2440 cmd = F_SETLKW;
2444 case F_SETLKW:
2524 * This implements both the F_SETLK and F_SETLKW commands of fcntl().
2656 filp->f_op->flock(filp, F_SETLKW, &fl);
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c137 if (fcntl(kvp_file_info[pool].fd, F_SETLKW, &fl) == -1) {
/linux-master/security/smack/
H A Dsmack_lsm.c1758 case F_SETLKW:
/linux-master/fs/smb/server/
H A Dsmb2pdu.c7081 cmd = F_SETLKW;
7087 cmd = F_SETLKW;
/linux-master/security/selinux/
H A Dhooks.c3909 case F_SETLKW:

Completed in 237 milliseconds