/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
H A D | lfs64.patch | 25 +#ifndef O_LARGEFILE 26 #define O_LARGEFILE 0 31 #ifndef O_LARGEFILE
|
/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | openat2_test.c | 25 #undef O_LARGEFILE 27 #define O_LARGEFILE 0x20000 macro 29 #define O_LARGEFILE 0x8000 macro 193 .how.flags = O_PATH | O_LARGEFILE, .err = -EINVAL }, in test_openat2_flags() 294 if (!(test->how.flags & O_LARGEFILE)) in test_openat2_flags() 295 fdflags &= ~O_LARGEFILE; in test_openat2_flags()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-musl-Define-O_LARGEFILE-for-riscv32.patch | 4 Subject: [PATCH] musl: Define O_LARGEFILE for riscv32 18 +pub const O_LARGEFILE: ::c_int = 0o0100000;
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 50 #ifndef O_LARGEFILE 51 #define O_LARGEFILE 00100000 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | fcntl.h | 50 #ifndef O_LARGEFILE 51 #define O_LARGEFILE 00100000 macro
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | open_flags.c | 22 #undef O_LARGEFILE 23 #define O_LARGEFILE 00100000 macro
|
/openbmc/linux/fs/ecryptfs/ |
H A D | kthread.c | 63 (O_RDWR | O_LARGEFILE), current_cred()); in ecryptfs_threadfn() 123 int flags = O_LARGEFILE; in ecryptfs_privileged_open()
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat/ |
H A D | 0002-Enable-64bit-off_t.patch | 63 #define O_LARGEFILE 0 67 #define O_LARGEFILE 0
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | fcntl.h | 7 #define O_LARGEFILE 0200000 macro
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | fcntl.h | 8 #define O_LARGEFILE 0400000 macro
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | fcntl.h | 8 #define O_LARGEFILE 0400000 macro
|
/openbmc/linux/arch/arm64/include/uapi/asm/ |
H A D | fcntl.h | 26 #define O_LARGEFILE 0400000 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 8 #define O_LARGEFILE 000004000 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 22 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 15 #define O_LARGEFILE 0400000 /* will be set by the kernel on every open */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 18 #define O_LARGEFILE 0x40000 macro
|
/openbmc/linux/include/linux/ |
H A D | fcntl.h | 12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
|
/openbmc/linux/include/trace/misc/ |
H A D | fs.h | 36 { O_LARGEFILE, "O_LARGEFILE" }, \
|
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/ |
H A D | oe_cmake_fixup.patch | 24 … # Set _GNU_SOURCE for O_LARGEFILE, O_CLOEXEC, O_DIRECTORY, O_NOFOLLOW, etc flags on older systems
|
/openbmc/linux/fs/ |
H A D | open.c | 173 if (f.file->f_flags & O_LARGEFILE) in do_sys_ftruncate() 1441 flags |= O_LARGEFILE; in SYSCALL_DEFINE3() 1449 flags |= O_LARGEFILE; in SYSCALL_DEFINE4() 1475 tmp.flags |= O_LARGEFILE; in SYSCALL_DEFINE4() 1511 flags |= O_LARGEFILE; in SYSCALL_DEFINE2() 1621 if (!(filp->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS) in generic_file_open()
|
H A D | fhandle.c | 269 flags |= O_LARGEFILE; in SYSCALL_DEFINE3()
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/ |
H A D | 0002-f2fs_io-Define-_FILE_OFFSET_BITS-64.patch | 182 #ifndef O_LARGEFILE 183 #define O_LARGEFILE 0
|
/openbmc/qemu/include/qemu/ |
H A D | osdep.h | 304 #ifndef O_LARGEFILE 305 #define O_LARGEFILE 0 macro
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | storage_common.c | 194 filp = filp_open(filename, O_RDWR | O_LARGEFILE, 0); in fsg_lun_open() 199 filp = filp_open(filename, O_RDONLY | O_LARGEFILE, 0); in fsg_lun_open()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pyruvate_1.2.1.bb | 16 …file://0001-musl-Define-O_LARGEFILE-for-riscv32.patch;patchdir=${UNPACKDIR}/cargo_home/bitbake/lib…
|