| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/ |
| H A D | large.txt | 536 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 D | openat2_test.c | 24 #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 D | fcntl.h | 50 #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 D | fcntl.h | 50 #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 D | fcntl.h | 50 #ifndef O_LARGEFILE 51 #define O_LARGEFILE 00100000 macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 49 #ifndef O_LARGEFILE 50 #define O_LARGEFILE 00100000 macro
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | open_flags.c | 22 #undef O_LARGEFILE 23 #define O_LARGEFILE 00100000 macro
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | kthread.c | 63 (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 D | fcntl.h | 7 #define O_LARGEFILE 0200000 macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/ |
| H A D | fcntl.h | 8 #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 D | fcntl.h | 8 #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 D | fcntl.h | 26 #define O_LARGEFILE 0400000 macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/ |
| H A D | fcntl.h | 8 #define O_LARGEFILE 0400000 macro
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/ |
| H A D | fcntl.h | 26 #define O_LARGEFILE 0400000 macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 8 #define O_LARGEFILE 000004000 macro
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 18 #define O_LARGEFILE 0x40000 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 22 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | open.c | 172 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 D | fcntl.h | 12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | storage_common.c | 193 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 D | rktools.c | 220 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 D | fcntl-linux.h | 138 # 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 D | fcntl-linux.h | 138 # define O_LARGEFILE __O_LARGEFILE macro
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memfd.c | 329 file->f_flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
|