| /linux/tools/testing/selftests/openat2/ |
| H A D | openat2_test.c | |
| /linux/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | |
| /linux/include/uapi/asm-generic/ |
| H A D | fcntl.h | 53 #ifndef O_LARGEFILE 54 #define O_LARGEFILE (1 << 15) 50 #define O_LARGEFILE global() macro
|
| /linux/tools/perf/trace/beauty/ |
| H A D | open_flags.c | 24 #undef O_LARGEFILE 25 #define O_LARGEFILE 00100000 in open__scnprintf_flags() 23 #define O_LARGEFILE global() macro
|
| /linux/fs/ecryptfs/ |
| H 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/m68k/include/uapi/asm/ |
| H A D | fcntl.h | 8 #define O_LARGEFILE (1 << 17) macro
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | fcntl.h | 7 #define O_LARGEFILE (1 << 16) macro
|
| /linux/arch/arm/include/uapi/asm/ |
| H A D | fcntl.h | 8 #define O_LARGEFILE (1 << 17) macro
|
| /linux/arch/arm64/include/uapi/asm/ |
| H A D | fcntl.h | 26 #define O_LARGEFILE (1 << 17) macro
|
| /linux/rust/kernel/fs/ |
| H A D | file.rs | 52 pub const O_LARGEFILE: u32 = bindings::O_LARGEFILE; constant
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 8 #define O_LARGEFILE (1 << 11) macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 22 #define O_LARGEFILE (1 << 13) /* allow large file opens */ macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 15 #define O_LARGEFILE (1 << 17) /* will be set by the kernel on every open */ macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 18 #define O_LARGEFILE (1 << 18) macro
|
| /linux/include/linux/ |
| H A D | fcntl.h | 13 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 36 { O_LARGEFILE, "O_LARGEFILE" }, \
|
| /linux/drivers/usb/gadget/function/ |
| H 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/fs/cachefiles/ |
| H A D | namei.c | 428 O_RDWR | O_LARGEFILE | O_DIRECT, in cachefiles_create_tmpfile() 536 file = kernel_file_open(&path, O_RDWR | O_LARGEFILE | O_DIRECT, cache->cache_cred); in cachefiles_open_file()
|
| /linux/fs/overlayfs/ |
| H A D | copy_up.c | 250 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() 648 new_file = ovl_path_open(temp, O_LARGEFILE | O_WRONLY); in ovl_copy_up_data()
|
| /linux/mm/ |
| H A D | memfd.c | 486 file->f_flags |= O_LARGEFILE; in memfd_alloc_file()
|
| /linux/fs/ |
| H A D | pidfs.c | 929 if (oflags & ~(VALID_FILE_HANDLE_OPEN_FLAGS | O_LARGEFILE)) in pidfs_fh_to_dentry() 943 * Clear O_LARGEFILE as open_by_handle_at() forces it and raise in pidfs_export_permission() 946 oflags &= ~O_LARGEFILE; in pidfs_export_permission()
|
| H A D | fhandle.c | 458 flags |= O_LARGEFILE; in SYSCALL_DEFINE3()
|
| /linux/drivers/target/ |
| H 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/ |
| H A D | io-cmd-file.c | 35 int flags = O_RDWR | O_LARGEFILE; in nvmet_file_ns_enable()
|
| /linux/io_uring/ |
| H A D | openclose.c | 66 open->how.flags |= O_LARGEFILE; in __io_openat_prep()
|