Home
last modified time | relevance | path

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

12

/Linux-v5.10/tools/testing/selftests/openat2/
Dopenat2_test.c24 #undef O_LARGEFILE
25 #define O_LARGEFILE 0x8000 macro
188 .how.flags = O_PATH | O_LARGEFILE, .err = -EINVAL }, in test_openat2_flags()
268 if (!(test->how.flags & O_LARGEFILE)) in test_openat2_flags()
269 fdflags &= ~O_LARGEFILE; in test_openat2_flags()
/Linux-v5.10/include/uapi/asm-generic/
Dfcntl.h50 #ifndef O_LARGEFILE
51 #define O_LARGEFILE 00100000 macro
/Linux-v5.10/tools/include/uapi/asm-generic/
Dfcntl.h49 #ifndef O_LARGEFILE
50 #define O_LARGEFILE 00100000 macro
/Linux-v5.10/tools/perf/trace/beauty/
Dopen_flags.c22 #undef O_LARGEFILE
23 #define O_LARGEFILE 00100000 macro
/Linux-v5.10/fs/ecryptfs/
Dkthread.c63 (O_RDWR | O_LARGEFILE), current_cred()); in ecryptfs_threadfn()
122 int flags = O_LARGEFILE; in ecryptfs_privileged_open()
/Linux-v5.10/arch/m68k/include/uapi/asm/
Dfcntl.h8 #define O_LARGEFILE 0400000 macro
/Linux-v5.10/arch/arm64/include/uapi/asm/
Dfcntl.h26 #define O_LARGEFILE 0400000 macro
/Linux-v5.10/arch/arm/include/uapi/asm/
Dfcntl.h8 #define O_LARGEFILE 0400000 macro
/Linux-v5.10/arch/powerpc/include/uapi/asm/
Dfcntl.h7 #define O_LARGEFILE 0200000 macro
/Linux-v5.10/arch/parisc/include/uapi/asm/
Dfcntl.h8 #define O_LARGEFILE 000004000 macro
/Linux-v5.10/arch/alpha/include/uapi/asm/
Dfcntl.h15 #define O_LARGEFILE 0400000 /* will be set by the kernel on every open */ macro
/Linux-v5.10/arch/sparc/include/uapi/asm/
Dfcntl.h18 #define O_LARGEFILE 0x40000 macro
/Linux-v5.10/arch/mips/include/uapi/asm/
Dfcntl.h22 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
/Linux-v5.10/include/linux/
Dfcntl.h12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
/Linux-v5.10/fs/
Dopen.c171 if (f.file->f_flags & O_LARGEFILE) in do_sys_ftruncate()
1191 flags |= O_LARGEFILE; in SYSCALL_DEFINE3()
1199 flags |= O_LARGEFILE; in SYSCALL_DEFINE4()
1221 tmp.flags |= O_LARGEFILE; in SYSCALL_DEFINE4()
1257 flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
1345 if (!(filp->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS) in generic_file_open()
Dfhandle.c263 flags |= O_LARGEFILE; in SYSCALL_DEFINE3()
/Linux-v5.10/drivers/usb/gadget/function/
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-v5.10/mm/
Dmemfd.c313 file->f_flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
/Linux-v5.10/drivers/target/
Dtarget_core_file.c105 flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_configure_device()
840 int ret, flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_init_prot()
/Linux-v5.10/fs/overlayfs/
Dcopy_up.c148 old_file = ovl_path_open(old, O_LARGEFILE | O_RDONLY); in ovl_copy_up_data()
152 new_file = ovl_path_open(new, O_LARGEFILE | O_WRONLY); in ovl_copy_up_data()
Dreaddir.c300 realfile = ovl_path_open(realpath, O_RDONLY | O_LARGEFILE); in ovl_dir_read()
850 res = ovl_path_open(realpath, O_RDONLY | (file->f_flags & O_LARGEFILE)); in ovl_dir_open_realfile()
/Linux-v5.10/drivers/nvme/target/
Dio-cmd-file.c44 int flags = O_RDWR | O_LARGEFILE; in nvmet_file_ns_enable()
/Linux-v5.10/kernel/
Dacct.c207 file = file_open_name(pathname, O_WRONLY|O_APPEND|O_LARGEFILE, 0); in acct_on()
/Linux-v5.10/fs/notify/fanotify/
Dfanotify_user.c44 O_LARGEFILE | O_NOATIME )
997 event_f_flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
/Linux-v5.10/fs/nfsd/
Dvfs.c738 int flags = O_RDONLY|O_LARGEFILE; in __nfsd_open()
769 flags = O_RDWR|O_LARGEFILE; in __nfsd_open()
771 flags = O_WRONLY|O_LARGEFILE; in __nfsd_open()

12