Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfcntl.h21 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW)
31 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW)
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dfcntl.h40 #define F_SETLKW 9 macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dfcntl.h45 #define F_SETLKW 9 macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Dfcntl.h42 #define F_SETLKW 7 macro
/Linux-v5.4/include/uapi/asm-generic/
Dfcntl.h108 #define F_SETLKW 7 macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Dfcntl.h107 #define F_SETLKW 7 macro
/Linux-v5.4/tools/perf/trace/beauty/
Dfcntl.c93 if (cmd == F_SETLK || cmd == F_SETLKW || cmd == F_GETLK || in syscall_arg__scnprintf_fcntl_arg()
/Linux-v5.4/fs/
Dfcntl.c367 case F_SETLKW: in do_fcntl()
586 return F_SETLKW; in convert_fcntl_cmd()
651 case F_SETLKW: in do_compat_fcntl64()
Dlocks.c2222 (can_sleep) ? F_SETLKW : F_SETLK, in SYSCALL_DEFINE2()
2490 cmd = F_SETLKW; in fcntl_setlk()
2494 case F_SETLKW: in fcntl_setlk()
2713 filp->f_op->flock(filp, F_SETLKW, &fl); in locks_remove_flock()
/Linux-v5.4/fs/nfs/
Dnfs4trace.h782 TRACE_DEFINE_ENUM(F_SETLKW);
791 { F_SETLKW, "SETLKW" })
/Linux-v5.4/tools/hv/
Dhv_kvp_daemon.c126 if (fcntl(kvp_file_info[pool].fd, F_SETLKW, &fl) == -1) { in kvp_acquire_lock()
/Linux-v5.4/security/smack/
Dsmack_lsm.c1628 case F_SETLKW: in smack_file_fcntl()
/Linux-v5.4/Documentation/filesystems/
Dvfs.rst1063 F_SETLKW commands
/Linux-v5.4/security/selinux/
Dhooks.c3788 case F_SETLKW: in selinux_file_fcntl()