| /linux/tools/testing/selftests/openat2/ |
| 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()
|
| /linux/include/uapi/asm-generic/ |
| A D | fcntl.h | 50 #ifndef O_LARGEFILE 51 #define O_LARGEFILE 00100000 macro
|
| /linux/tools/perf/trace/beauty/ |
| A D | open_flags.c | 22 #undef O_LARGEFILE 23 #define O_LARGEFILE 00100000 macro
|
| /linux/fs/ecryptfs/ |
| A D | kthread.c | 63 (O_RDWR | O_LARGEFILE), current_cred()); in ecryptfs_threadfn() 123 int flags = O_LARGEFILE; in ecryptfs_privileged_open()
|
| /linux/arch/powerpc/include/uapi/asm/ |
| A D | fcntl.h | 7 #define O_LARGEFILE 0200000 macro
|
| /linux/arch/m68k/include/uapi/asm/ |
| A D | fcntl.h | 8 #define O_LARGEFILE 0400000 macro
|
| /linux/arch/arm64/include/uapi/asm/ |
| A D | fcntl.h | 26 #define O_LARGEFILE 0400000 macro
|
| /linux/arch/arm/include/uapi/asm/ |
| A D | fcntl.h | 8 #define O_LARGEFILE 0400000 macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| A D | fcntl.h | 8 #define O_LARGEFILE 000004000 macro
|
| /linux/arch/mips/include/uapi/asm/ |
| A D | fcntl.h | 22 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| A D | fcntl.h | 15 #define O_LARGEFILE 0400000 /* will be set by the kernel on every open */ macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| A D | fcntl.h | 18 #define O_LARGEFILE 0x40000 macro
|
| /linux/include/linux/ |
| A D | fcntl.h | 12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
|
| /linux/include/trace/misc/ |
| A D | fs.h | 36 { O_LARGEFILE, "O_LARGEFILE" }, \
|
| /linux/fs/ |
| A D | open.c | 163 if (file->f_flags & O_LARGEFILE) in do_ftruncate() 1437 flags |= O_LARGEFILE; in SYSCALL_DEFINE3() 1445 flags |= O_LARGEFILE; in SYSCALL_DEFINE4() 1471 tmp.flags |= O_LARGEFILE; in SYSCALL_DEFINE4() 1507 flags |= O_LARGEFILE; in SYSCALL_DEFINE2() 1617 if (!(filp->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS) in generic_file_open()
|
| A D | fhandle.c | 382 flags |= O_LARGEFILE; in SYSCALL_DEFINE3()
|
| /linux/drivers/usb/gadget/function/ |
| 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()
|
| /linux/mm/ |
| A D | secretmem.c | 259 file->f_flags |= O_LARGEFILE; in SYSCALL_DEFINE1()
|
| A D | memfd.c | 399 file->f_flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
|
| /linux/init/ |
| A D | initramfs.c | 371 int openflags = O_WRONLY|O_CREAT|O_LARGEFILE; in do_name() 678 file = filp_open("/initrd.image", O_WRONLY|O_CREAT|O_LARGEFILE, 0700); in populate_initrd_image()
|
| /linux/io_uring/ |
| A D | openclose.c | 63 open->how.flags |= O_LARGEFILE; in __io_openat_prep()
|
| /linux/fs/cachefiles/ |
| A D | namei.c | 458 O_RDWR | O_LARGEFILE | O_DIRECT, in cachefiles_create_tmpfile() 566 file = kernel_file_open(&path, O_RDWR | O_LARGEFILE | O_DIRECT, cache->cache_cred); in cachefiles_open_file()
|
| /linux/fs/overlayfs/ |
| A D | copy_up.c | 251 new_file = ovl_path_open(path, O_LARGEFILE | O_RDONLY); in ovl_sync_file() 280 old_file = ovl_path_open(&datapath, O_LARGEFILE | O_RDONLY); in ovl_copy_up_file() 651 new_file = ovl_path_open(temp, O_LARGEFILE | O_WRONLY); in ovl_copy_up_data()
|
| /linux/drivers/target/ |
| A D | target_core_file.c | 124 flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_configure_device() 829 int ret, flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_init_prot()
|
| /linux/drivers/nvme/target/ |
| A D | io-cmd-file.c | 35 int flags = O_RDWR | O_LARGEFILE; in nvmet_file_ns_enable()
|