Home
last modified time | relevance | path

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

12

/linux-6.15/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()
/linux-6.15/include/uapi/asm-generic/
H A Dfcntl.h49 #ifndef O_LARGEFILE
50 #define O_LARGEFILE 00100000 macro
/linux-6.15/tools/perf/trace/beauty/
H A Dopen_flags.c22 #undef O_LARGEFILE
23 #define O_LARGEFILE 00100000 macro
/linux-6.15/fs/ecryptfs/
H A Dkthread.c63 (O_RDWR | O_LARGEFILE), current_cred()); in ecryptfs_threadfn()
123 int flags = O_LARGEFILE; in ecryptfs_privileged_open()
/linux-6.15/arch/arm/include/uapi/asm/
H A Dfcntl.h8 #define O_LARGEFILE 0400000 macro
/linux-6.15/arch/m68k/include/uapi/asm/
H A Dfcntl.h8 #define O_LARGEFILE 0400000 macro
/linux-6.15/arch/arm64/include/uapi/asm/
H A Dfcntl.h26 #define O_LARGEFILE 0400000 macro
/linux-6.15/arch/powerpc/include/uapi/asm/
H A Dfcntl.h7 #define O_LARGEFILE 0200000 macro
/linux-6.15/arch/parisc/include/uapi/asm/
H A Dfcntl.h8 #define O_LARGEFILE 000004000 macro
/linux-6.15/arch/mips/include/uapi/asm/
H A Dfcntl.h22 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
/linux-6.15/arch/alpha/include/uapi/asm/
H A Dfcntl.h15 #define O_LARGEFILE 0400000 /* will be set by the kernel on every open */ macro
/linux-6.15/arch/sparc/include/uapi/asm/
H A Dfcntl.h18 #define O_LARGEFILE 0x40000 macro
/linux-6.15/rust/kernel/fs/
H A Dfile.rs45 pub const O_LARGEFILE: u32 = bindings::O_LARGEFILE; constant
/linux-6.15/include/linux/
H A Dfcntl.h12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
/linux-6.15/include/trace/misc/
H A Dfs.h36 { O_LARGEFILE, "O_LARGEFILE" }, \
/linux-6.15/fs/
H A Dopen.c167 if (file->f_flags & O_LARGEFILE) in do_ftruncate()
1451 flags |= O_LARGEFILE; in SYSCALL_DEFINE3()
1459 flags |= O_LARGEFILE; in SYSCALL_DEFINE4()
1485 tmp.flags |= O_LARGEFILE; in SYSCALL_DEFINE4()
1521 flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
1617 if (!(filp->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS) in generic_file_open()
H A Dpidfs.c755 if (oflags & ~(VALID_FILE_HANDLE_OPEN_FLAGS | O_LARGEFILE)) in pidfs_export_permission()
813 oflags &= ~O_LARGEFILE; in pidfs_export_open()
H A Dfhandle.c441 flags |= O_LARGEFILE; in SYSCALL_DEFINE3()
/linux-6.15/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()
/linux-6.15/mm/
H A Dsecretmem.c258 file->f_flags |= O_LARGEFILE; in SYSCALL_DEFINE1()
H A Dmemfd.c437 file->f_flags |= O_LARGEFILE; in alloc_file()
/linux-6.15/init/
H A Dinitramfs.c380 int openflags = O_WRONLY|O_CREAT|O_LARGEFILE; in do_name()
703 file = filp_open("/initrd.image", O_WRONLY|O_CREAT|O_LARGEFILE, 0700); in populate_initrd_image()
/linux-6.15/io_uring/
H A Dopenclose.c63 open->how.flags |= O_LARGEFILE; in __io_openat_prep()
/linux-6.15/fs/cachefiles/
H A Dnamei.c461 O_RDWR | O_LARGEFILE | O_DIRECT, in cachefiles_create_tmpfile()
569 file = kernel_file_open(&path, O_RDWR | O_LARGEFILE | O_DIRECT, cache->cache_cred); in cachefiles_open_file()
/linux-6.15/fs/overlayfs/
H A Dcopy_up.c250 new_file = ovl_path_open(path, O_LARGEFILE | O_RDONLY); in ovl_sync_file()
279 old_file = ovl_path_open(&datapath, O_LARGEFILE | O_RDONLY); in ovl_copy_up_file()
650 new_file = ovl_path_open(temp, O_LARGEFILE | O_WRONLY); in ovl_copy_up_data()

12