__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1995, 96, 97, 98, 99, 2003, 05 Ralf Baechle */ #ifndef _UAPI_ASM_FCNTL_H #define _UAPI_ASM_FCNTL_H #include <asm/sgidefs.h> #define O_APPEND 0x0008 #define O_DSYNC 0x0010 /* used to be O_SYNC, see below */ #define O_NONBLOCK 0x0080 #define O_CREAT 0x0100 /* not fcntl */ #define O_TRUNC 0x0200 /* not fcntl */ #define O_EXCL 0x0400 /* not fcntl */ #define O_NOCTTY 0x0800 /* not fcntl */ #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ #define O_LARGEFILE 0x2000 /* allow large file opens */ /* * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using * the O_SYNC flag. We continue to use the existing numerical value * for O_DSYNC semantics now, but using the correct symbolic name for it. * This new value is used to request true Posix O_SYNC semantics. It is * defined in this strange way to make sure applications compiled against * new headers get at least O_DSYNC semantics on older kernels. * * This has the nice side-effect that we can simply test for O_DSYNC * wherever we do not care if O_DSYNC or O_SYNC is used. * * Note: __O_SYNC must never be used directly. */ #define __O_SYNC 0x4000 #define O_SYNC (__O_SYNC|O_DSYNC) #define O_DIRECT 0x8000 /* direct disk access hint */ #define F_GETLK 14 #define F_SETLK 6 #define F_SETLKW 7 #define F_SETOWN 24 /* for sockets. */ #define F_GETOWN 23 /* for sockets. */ #if __BITS_PER_LONG == 32 || defined(__KERNEL__) #define F_GETLK64 33 /* using 'struct flock64' */ #define F_SETLK64 34 #define F_SETLKW64 35 #endif /* __BITS_PER_LONG == 32 || defined(__KERNEL__) */ #if _MIPS_SIM != _MIPS_SIM_ABI64 #define __ARCH_FLOCK_EXTRA_SYSID long l_sysid; #define __ARCH_FLOCK_PAD long pad[4]; #endif #include <asm-generic/fcntl.h> #endif /* _UAPI_ASM_FCNTL_H */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Kbuild | File | 144 B | 0644 |
|
| auxvec.h | File | 616 B | 0644 |
|
| bitfield.h | File | 766 B | 0644 |
|
| bitsperlong.h | File | 244 B | 0644 |
|
| break.h | File | 1.29 KB | 0644 |
|
| byteorder.h | File | 580 B | 0644 |
|
| cachectl.h | File | 800 B | 0644 |
|
| errno.h | File | 5.66 KB | 0644 |
|
| fcntl.h | File | 1.98 KB | 0644 |
|
| hwcap.h | File | 715 B | 0644 |
|
| inst.h | File | 29.22 KB | 0644 |
|
| ioctl.h | File | 781 B | 0644 |
|
| ioctls.h | File | 4.72 KB | 0644 |
|
| kvm.h | File | 7.51 KB | 0644 |
|
| mman.h | File | 4.71 KB | 0644 |
|
| msgbuf.h | File | 2.27 KB | 0644 |
|
| param.h | File | 476 B | 0644 |
|
| perf_regs.h | File | 864 B | 0644 |
|
| poll.h | File | 217 B | 0644 |
|
| posix_types.h | File | 757 B | 0644 |
|
| ptrace.h | File | 2.74 KB | 0644 |
|
| reg.h | File | 5.3 KB | 0644 |
|
| resource.h | File | 1.04 KB | 0644 |
|
| sembuf.h | File | 1.05 KB | 0644 |
|
| setup.h | File | 183 B | 0644 |
|
| sgidefs.h | File | 1.03 KB | 0644 |
|
| shmbuf.h | File | 1.89 KB | 0644 |
|
| sigcontext.h | File | 2.5 KB | 0644 |
|
| siginfo.h | File | 872 B | 0644 |
|
| signal.h | File | 3.59 KB | 0644 |
|
| socket.h | File | 4.97 KB | 0644 |
|
| sockios.h | File | 768 B | 0644 |
|
| stat.h | File | 2.94 KB | 0644 |
|
| statfs.h | File | 1.94 KB | 0644 |
|
| swab.h | File | 1.5 KB | 0644 |
|
| sysmips.h | File | 841 B | 0644 |
|
| termbits.h | File | 6.01 KB | 0644 |
|
| termios.h | File | 2.09 KB | 0644 |
|
| types.h | File | 922 B | 0644 |
|
| ucontext.h | File | 2.15 KB | 0644 |
|
| unistd.h | File | 1013 B | 0644 |
|