/kernel/linux/linux-5.10/include/linux/ |
H A D | fcntl.h | 35 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW) 45 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fcntl.h | 31 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW) 41 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW)
|
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | fs.h | 59 { F_SETLKW, "SETLKW" }, \ 80 { F_SETLKW, "SETLKW" }, \
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 40 #define F_SETLKW 9 macro
|
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 40 #define F_SETLKW 9 macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 42 #define F_SETLKW 7 macro
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 45 #define F_SETLKW 9 macro
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 42 #define F_SETLKW 7 macro
|
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 45 #define F_SETLKW 9 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | fcntl.h | 37 #define F_SETLKW 7 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | fcntl.h | 37 #define F_SETLKW 7 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 107 #define F_SETLKW 7 macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | fcntl.h | 108 #define F_SETLKW 7 macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | fcntl.h | 107 #define F_SETLKW 7 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 107 #define F_SETLKW 7 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 78 #define F_SETLKW 7 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 92 #define F_SETLKW 7 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 92 #define F_SETLKW 7 macro
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | fcntl.c | 93 if (cmd == F_SETLK || cmd == F_SETLKW || cmd == F_GETLK || in syscall_arg__scnprintf_fcntl_arg()
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | fcntl.c | 93 if (cmd == F_SETLK || cmd == F_SETLKW || cmd == F_GETLK || in syscall_arg__scnprintf_fcntl_arg()
|
/kernel/linux/linux-5.10/fs/ |
H A D | fcntl.c | 375 case F_SETLKW: in do_fcntl() 594 return F_SETLKW; in convert_fcntl_cmd() 659 case F_SETLKW: in do_compat_fcntl64()
|
H A D | locks.c | 5 * Provide support for fcntl()'s F_GETLK, F_SETLK, and F_SETLKW calls. 2253 (can_sleep) ? F_SETLKW : F_SETLK, in SYSCALL_DEFINE2() 2410 * will only use F_SETLK, not F_SETLKW; they will set FL_SLEEP if (and only if) 2474 * This implements both the F_SETLK and F_SETLKW commands of fcntl(). 2522 cmd = F_SETLKW; in fcntl_setlk() 2526 case F_SETLKW: in fcntl_setlk() 2605 * This implements both the F_SETLK and F_SETLKW commands of fcntl(). 2745 filp->f_op->flock(filp, F_SETLKW, &fl); in locks_remove_flock()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fcntl.c | 360 case F_SETLKW: in do_fcntl() 577 return F_SETLKW; in convert_fcntl_cmd() 642 case F_SETLKW: in do_compat_fcntl64()
|
H A D | locks.c | 2112 (can_sleep) ? F_SETLKW : F_SETLK, in SYSCALL_DEFINE2() 2268 * will only use F_SETLK, not F_SETLKW; they will set FL_SLEEP if (and only if) 2333 * This implements both the F_SETLK and F_SETLKW commands of fcntl(). 2373 cmd = F_SETLKW; in fcntl_setlk() 2377 case F_SETLKW: in fcntl_setlk() 2457 * This implements both the F_SETLK and F_SETLKW commands of fcntl(). 2589 filp->f_op->flock(filp, F_SETLKW, &fl); in locks_remove_flock()
|
/kernel/linux/linux-5.10/tools/hv/ |
H A D | hv_kvp_daemon.c | 126 if (fcntl(kvp_file_info[pool].fd, F_SETLKW, &fl) == -1) { in kvp_acquire_lock()
|