/linux-6.6.21/tools/testing/selftests/openat2/ |
D | openat2_test.c | 24 #undef O_LARGEFILE 26 #define O_LARGEFILE 0x20000 macro 28 #define O_LARGEFILE 0x8000 macro 192 .how.flags = O_PATH | O_LARGEFILE, .err = -EINVAL }, in test_openat2_flags() 293 if (!(test->how.flags & O_LARGEFILE)) in test_openat2_flags() 294 fdflags &= ~O_LARGEFILE; in test_openat2_flags()
|
/linux-6.6.21/include/uapi/asm-generic/ |
D | fcntl.h | 50 #ifndef O_LARGEFILE 51 #define O_LARGEFILE 00100000 macro
|
/linux-6.6.21/tools/include/uapi/asm-generic/ |
D | fcntl.h | 50 #ifndef O_LARGEFILE 51 #define O_LARGEFILE 00100000 macro
|
/linux-6.6.21/tools/perf/trace/beauty/ |
D | open_flags.c | 22 #undef O_LARGEFILE 23 #define O_LARGEFILE 00100000 macro
|
/linux-6.6.21/fs/ecryptfs/ |
D | kthread.c | 63 (O_RDWR | O_LARGEFILE), current_cred()); in ecryptfs_threadfn() 123 int flags = O_LARGEFILE; in ecryptfs_privileged_open()
|
/linux-6.6.21/arch/arm/include/uapi/asm/ |
D | fcntl.h | 8 #define O_LARGEFILE 0400000 macro
|
/linux-6.6.21/arch/m68k/include/uapi/asm/ |
D | fcntl.h | 8 #define O_LARGEFILE 0400000 macro
|
/linux-6.6.21/arch/arm64/include/uapi/asm/ |
D | fcntl.h | 26 #define O_LARGEFILE 0400000 macro
|
/linux-6.6.21/arch/powerpc/include/uapi/asm/ |
D | fcntl.h | 7 #define O_LARGEFILE 0200000 macro
|
/linux-6.6.21/arch/parisc/include/uapi/asm/ |
D | fcntl.h | 8 #define O_LARGEFILE 000004000 macro
|
/linux-6.6.21/arch/mips/include/uapi/asm/ |
D | fcntl.h | 22 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
|
/linux-6.6.21/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 15 #define O_LARGEFILE 0400000 /* will be set by the kernel on every open */ macro
|
/linux-6.6.21/arch/sparc/include/uapi/asm/ |
D | fcntl.h | 18 #define O_LARGEFILE 0x40000 macro
|
/linux-6.6.21/include/linux/ |
D | fcntl.h | 12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
|
/linux-6.6.21/include/trace/misc/ |
D | fs.h | 36 { O_LARGEFILE, "O_LARGEFILE" }, \
|
/linux-6.6.21/fs/ |
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() 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()
|
D | fhandle.c | 269 flags |= O_LARGEFILE; in SYSCALL_DEFINE3()
|
/linux-6.6.21/drivers/usb/gadget/function/ |
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-6.6.21/mm/ |
D | secretmem.c | 259 file->f_flags |= O_LARGEFILE; in SYSCALL_DEFINE1()
|
D | memfd.c | 369 file->f_flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
|
/linux-6.6.21/io_uring/ |
D | openclose.c | 58 open->how.flags |= O_LARGEFILE; in __io_openat_prep()
|
/linux-6.6.21/fs/xfs/scrub/ |
D | xfile.c | 88 xf->file->f_flags |= O_RDWR | O_LARGEFILE | O_NOATIME; in xfile_create()
|
/linux-6.6.21/fs/cachefiles/ |
D | namei.c | 456 O_RDWR | O_LARGEFILE | O_DIRECT, in cachefiles_create_tmpfile() 564 file = kernel_file_open(&path, O_RDWR | O_LARGEFILE | O_DIRECT, in cachefiles_open_file()
|
/linux-6.6.21/drivers/target/ |
D | target_core_file.c | 124 flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_configure_device() 833 int ret, flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_init_prot()
|
/linux-6.6.21/drivers/nvme/target/ |
D | io-cmd-file.c | 35 int flags = O_RDWR | O_LARGEFILE; in nvmet_file_ns_enable()
|