Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dlarge.txt536 open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
940 open("/etc/gtk-2.0/gtkrc", O_RDONLY|O_LARGEFILE) = 4
947 open("/usr/share/themes//QtCurve/gtk-2.0/gtkrc", O_RDONLY|O_LARGEFILE) = 4
1039 open("/user/folk/clint/.gtkrc-2.0", O_RDONLY|O_LARGEFILE) = 4
1049 open("/user/folk/clint/.kde/share/config/gtkrc-2.0", O_RDONLY|O_LARGEFILE) = 4
1056 open("/usr/share/themes/QtCurve/gtk-2.0/gtkrc-kde3", O_RDONLY|O_LARGEFILE) = 4
2248 open("/usr/share/themes/QtCurve/gtk-2.0/gtkrc", O_RDONLY|O_LARGEFILE) = 4
2268 open("/usr/lib/charset.alias", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2296 open("/user/folk/clint/.gimp-2.2/unitrc", O_RDONLY|O_LARGEFILE) = 4
2300 open("/etc/gimp/2.0/gimprc", O_RDONLY|O_LARGEFILE) = 4
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/
H A Dopenat2_test.c24 #undef O_LARGEFILE
25 #define O_LARGEFILE 0x8000 macro
188 .how.flags = O_PATH | O_LARGEFILE, .err = -EINVAL }, in test_openat2_flags()
278 if (!(test->how.flags & O_LARGEFILE)) in test_openat2_flags()
279 fdflags &= ~O_LARGEFILE; in test_openat2_flags()
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h50 #ifndef O_LARGEFILE
51 #define O_LARGEFILE 00100000 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dfcntl.h50 #ifndef O_LARGEFILE
51 #define O_LARGEFILE 00100000 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dfcntl.h50 #ifndef O_LARGEFILE
51 #define O_LARGEFILE 00100000 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h49 #ifndef O_LARGEFILE
50 #define O_LARGEFILE 00100000 macro
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dopen_flags.c22 #undef O_LARGEFILE
23 #define O_LARGEFILE 00100000 macro
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dkthread.c63 (O_RDWR | O_LARGEFILE), current_cred()); in ecryptfs_threadfn()
122 int flags = O_LARGEFILE; in ecryptfs_privileged_open()
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dfcntl.h7 #define O_LARGEFILE 0200000 macro
/OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/
H A Dfcntl.h8 #define O_LARGEFILE 0400000 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dfcntl.h8 #define O_LARGEFILE 0400000 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm/
H A Dfcntl.h26 #define O_LARGEFILE 0400000 macro
/OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/
H A Dfcntl.h8 #define O_LARGEFILE 0400000 macro
/OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/
H A Dfcntl.h26 #define O_LARGEFILE 0400000 macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dfcntl.h8 #define O_LARGEFILE 000004000 macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dfcntl.h15 #define O_LARGEFILE 0400000 /* will be set by the kernel on every open */ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dfcntl.h18 #define O_LARGEFILE 0x40000 macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dfcntl.h22 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
/OK3568_Linux_fs/kernel/fs/
H A Dopen.c172 if (f.file->f_flags & O_LARGEFILE) in do_sys_ftruncate()
1240 flags |= O_LARGEFILE; in SYSCALL_DEFINE3()
1248 flags |= O_LARGEFILE; in SYSCALL_DEFINE4()
1270 tmp.flags |= O_LARGEFILE; in SYSCALL_DEFINE4()
1306 flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
1394 if (!(filp->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS) in generic_file_open()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfcntl.h12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Dstorage_common.c193 filp = filp_open(filename, O_RDWR | O_LARGEFILE, 0); in fsg_lun_open()
198 filp = filp_open(filename, O_RDONLY | O_LARGEFILE, 0); in fsg_lun_open()
/OK3568_Linux_fs/external/recovery/update_engine/
H A Drktools.c220 int fd_dest = open(flash_name, O_RDWR | O_LARGEFILE); in getFlashSize()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl-linux.h138 # define O_LARGEFILE __O_LARGEFILE macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl-linux.h138 # define O_LARGEFILE __O_LARGEFILE macro
/OK3568_Linux_fs/kernel/mm/
H A Dmemfd.c329 file->f_flags |= O_LARGEFILE; in SYSCALL_DEFINE2()

123