Home
last modified time | relevance | path

Searched refs:O_LARGEFILE (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dlfs64.patch15 +#ifndef O_LARGEFILE
16 #define O_LARGEFILE 0
21 #ifndef O_LARGEFILE
/openbmc/linux/tools/testing/selftests/openat2/
H A Dopenat2_test.c25 #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 D0001-musl-Define-O_LARGEFILE-for-riscv32.patch4 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 Dfcntl.h50 #ifndef O_LARGEFILE
51 #define O_LARGEFILE 00100000 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h50 #ifndef O_LARGEFILE
51 #define O_LARGEFILE 00100000 macro
/openbmc/linux/tools/perf/trace/beauty/
H A Dopen_flags.c22 #undef O_LARGEFILE
23 #define O_LARGEFILE 00100000 macro
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dfcntl.h8 #define O_LARGEFILE 0400000 macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dfcntl.h7 #define O_LARGEFILE 0200000 macro
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dfcntl.h26 #define O_LARGEFILE 0400000 macro
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dfcntl.h8 #define O_LARGEFILE 0400000 macro
/openbmc/linux/fs/ecryptfs/
H A Dkthread.c63 (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 D0002-Enable-64bit-off_t.patch63 #define O_LARGEFILE 0
67 #define O_LARGEFILE 0
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h8 #define O_LARGEFILE 000004000 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h22 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h15 #define O_LARGEFILE 0400000 /* will be set by the kernel on every open */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h18 #define O_LARGEFILE 0x40000 macro
/openbmc/linux/include/linux/
H A Dfcntl.h12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
/openbmc/linux/include/trace/misc/
H A Dfs.h36 { O_LARGEFILE, "O_LARGEFILE" }, \
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Doe_cmake_fixup.patch24 … # Set _GNU_SOURCE for O_LARGEFILE, O_CLOEXEC, O_DIRECTORY, O_NOFOLLOW, etc flags on older systems
/openbmc/qemu/include/qemu/
H A Dosdep.h300 #ifndef O_LARGEFILE
301 #define O_LARGEFILE 0 macro
/openbmc/linux/fs/
H A Dopen.c173 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()
1473 tmp.flags |= O_LARGEFILE; in SYSCALL_DEFINE4()
1509 flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
1619 if (!(filp->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS) in generic_file_open()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/
H A D0002-f2fs_io-Define-_FILE_OFFSET_BITS-64.patch182 #ifndef O_LARGEFILE
183 #define O_LARGEFILE 0
/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.c194 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 Dpython3-pyruvate_1.2.1.bb16 …file://0001-musl-Define-O_LARGEFILE-for-riscv32.patch;patchdir=../cargo_home/bitbake/libc-0.2.138/…
/openbmc/linux/mm/
H A Dsecretmem.c259 file->f_flags |= O_LARGEFILE; in SYSCALL_DEFINE1()

123