Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/include/linux/
H A Dfcntl.h35 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW)
45 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW)
/kernel/linux/linux-6.6/include/linux/
H A Dfcntl.h31 #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 Dfs.h59 { F_SETLKW, "SETLKW" }, \
80 { F_SETLKW, "SETLKW" }, \
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dfcntl.h40 #define F_SETLKW 9 macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dfcntl.h40 #define F_SETLKW 9 macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dfcntl.h42 #define F_SETLKW 7 macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dfcntl.h45 #define F_SETLKW 9 macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dfcntl.h42 #define F_SETLKW 7 macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Dfcntl.h45 #define F_SETLKW 9 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dfcntl.h37 #define F_SETLKW 7 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dfcntl.h37 #define F_SETLKW 7 macro
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dfcntl.h107 #define F_SETLKW 7 macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dfcntl.h108 #define F_SETLKW 7 macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dfcntl.h107 #define F_SETLKW 7 macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dfcntl.h107 #define F_SETLKW 7 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dfcntl.h78 #define F_SETLKW 7 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dfcntl.h92 #define F_SETLKW 7 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dfcntl.h92 #define F_SETLKW 7 macro
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dfcntl.c93 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 Dfcntl.c93 if (cmd == F_SETLK || cmd == F_SETLKW || cmd == F_GETLK || in syscall_arg__scnprintf_fcntl_arg()
/kernel/linux/linux-5.10/fs/
H A Dfcntl.c375 case F_SETLKW: in do_fcntl()
594 return F_SETLKW; in convert_fcntl_cmd()
659 case F_SETLKW: in do_compat_fcntl64()
H A Dlocks.c5 * 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 Dfcntl.c360 case F_SETLKW: in do_fcntl()
577 return F_SETLKW; in convert_fcntl_cmd()
642 case F_SETLKW: in do_compat_fcntl64()
H A Dlocks.c2112 (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 Dhv_kvp_daemon.c126 if (fcntl(kvp_file_info[pool].fd, F_SETLKW, &fl) == -1) { in kvp_acquire_lock()

Completed in 17 milliseconds

12