Home
last modified time | relevance | path

Searched refs:F_SETLKW (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/
H A Dfcntl.h31 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW)
41 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW)
/linux/include/trace/misc/
H A Dfs.h59 { F_SETLKW, "SETLKW" }, \
80 { F_SETLKW, "SETLKW" }, \
/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h42 #define F_SETLKW 7 macro
/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h40 #define F_SETLKW 9 macro
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h45 #define F_SETLKW 9 macro
/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h107 #define F_SETLKW 7 macro
/linux/tools/perf/trace/beauty/
H A Dfcntl.c93 if (cmd == F_SETLK || cmd == F_SETLKW || cmd == F_GETLK || in syscall_arg__scnprintf_fcntl_arg()
/linux/fs/
H A Dlocks.c2178 (can_sleep) ? F_SETLKW : F_SETLK, in SYSCALL_DEFINE2()
2444 cmd = F_SETLKW; in fcntl_setlk()
2448 case F_SETLKW: in fcntl_setlk()
2658 filp->f_op->flock(filp, F_SETLKW, &fl); in locks_remove_flock()
/linux/tools/hv/
H A Dhv_kvp_daemon.c137 if (fcntl(kvp_file_info[pool].fd, F_SETLKW, &fl) == -1) { in kvp_acquire_lock()
/linux/security/smack/
H A Dsmack_lsm.c1783 case F_SETLKW: in smack_file_fcntl()
/linux/fs/smb/server/
H A Dsmb2pdu.c7104 cmd = F_SETLKW; in smb2_set_flock_flags()
7110 cmd = F_SETLKW; in smb2_set_flock_flags()
/linux/security/selinux/
H A Dhooks.c3918 case F_SETLKW: in selinux_file_fcntl()