Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/openat2/
A Dopenat2_test.c24 #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()
283 if (!(test->how.flags & O_LARGEFILE)) in test_openat2_flags()
284 fdflags &= ~O_LARGEFILE; in test_openat2_flags()
/linux/tools/include/uapi/asm-generic/
A Dfcntl.h49 #ifndef O_LARGEFILE
50 #define O_LARGEFILE 00100000 macro
/linux/include/uapi/asm-generic/
A Dfcntl.h50 #ifndef O_LARGEFILE
51 #define O_LARGEFILE 00100000 macro
/linux/tools/perf/trace/beauty/
A Dopen_flags.c22 #undef O_LARGEFILE
23 #define O_LARGEFILE 00100000 macro
/linux/fs/ecryptfs/
A Dkthread.c63 (O_RDWR | O_LARGEFILE), current_cred()); in ecryptfs_threadfn()
123 int flags = O_LARGEFILE; in ecryptfs_privileged_open()
/linux/arch/m68k/include/uapi/asm/
A Dfcntl.h8 #define O_LARGEFILE 0400000 macro
/linux/arch/arm/include/uapi/asm/
A Dfcntl.h8 #define O_LARGEFILE 0400000 macro
/linux/arch/powerpc/include/uapi/asm/
A Dfcntl.h7 #define O_LARGEFILE 0200000 macro
/linux/arch/arm64/include/uapi/asm/
A Dfcntl.h26 #define O_LARGEFILE 0400000 macro
/linux/arch/parisc/include/uapi/asm/
A Dfcntl.h8 #define O_LARGEFILE 000004000 macro
/linux/arch/alpha/include/uapi/asm/
A Dfcntl.h15 #define O_LARGEFILE 0400000 /* will be set by the kernel on every open */ macro
/linux/arch/sparc/include/uapi/asm/
A Dfcntl.h18 #define O_LARGEFILE 0x40000 macro
/linux/arch/mips/include/uapi/asm/
A Dfcntl.h22 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
/linux/include/linux/
A Dfcntl.h12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
/linux/fs/
A Dopen.c171 if (f.file->f_flags & O_LARGEFILE) in do_sys_ftruncate()
1235 flags |= O_LARGEFILE; in SYSCALL_DEFINE3()
1243 flags |= O_LARGEFILE; in SYSCALL_DEFINE4()
1267 tmp.flags |= O_LARGEFILE; in SYSCALL_DEFINE4()
1303 flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
1391 if (!(filp->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS) in generic_file_open()
A Dfhandle.c263 flags |= O_LARGEFILE; in SYSCALL_DEFINE3()
/linux/include/trace/events/
A Dfs.h36 { O_LARGEFILE, "O_LARGEFILE" }, \
/linux/drivers/usb/gadget/function/
A Dstorage_common.c193 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()
/linux/mm/
A Dsecretmem.c219 file->f_flags |= O_LARGEFILE; in SYSCALL_DEFINE1()
A Dmemfd.c311 file->f_flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
/linux/drivers/target/
A Dtarget_core_file.c106 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/fs/overlayfs/
A Dcopy_up.c202 old_file = ovl_path_open(old, O_LARGEFILE | O_RDONLY); in ovl_copy_up_data()
206 new_file = ovl_path_open(new, O_LARGEFILE | O_WRONLY); in ovl_copy_up_data()
/linux/fs/cachefiles/
A Dio.c397 file = open_with_fake_path(&path, O_RDWR | O_LARGEFILE | O_DIRECT, in cachefiles_begin_read_operation()
/linux/drivers/nvme/target/
A Dio-cmd-file.c45 int flags = O_RDWR | O_LARGEFILE; in nvmet_file_ns_enable()
/linux/kernel/
A Dacct.c206 file = file_open_name(pathname, O_WRONLY|O_APPEND|O_LARGEFILE, 0); in acct_on()

Completed in 33 milliseconds

12