Home
last modified time | relevance | path

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

12

/Linux-v6.6/tools/testing/selftests/openat2/
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()
293 if (!(test->how.flags & O_LARGEFILE)) in test_openat2_flags()
294 fdflags &= ~O_LARGEFILE; in test_openat2_flags()
/Linux-v6.6/tools/include/uapi/asm-generic/
Dfcntl.h50 #ifndef O_LARGEFILE
51 #define O_LARGEFILE 00100000 macro
/Linux-v6.6/include/uapi/asm-generic/
Dfcntl.h50 #ifndef O_LARGEFILE
51 #define O_LARGEFILE 00100000 macro
/Linux-v6.6/tools/perf/trace/beauty/
Dopen_flags.c22 #undef O_LARGEFILE
23 #define O_LARGEFILE 00100000 macro
/Linux-v6.6/fs/ecryptfs/
Dkthread.c63 (O_RDWR | O_LARGEFILE), current_cred()); in ecryptfs_threadfn()
123 int flags = O_LARGEFILE; in ecryptfs_privileged_open()
/Linux-v6.6/arch/arm/include/uapi/asm/
Dfcntl.h8 #define O_LARGEFILE 0400000 macro
/Linux-v6.6/arch/m68k/include/uapi/asm/
Dfcntl.h8 #define O_LARGEFILE 0400000 macro
/Linux-v6.6/arch/arm64/include/uapi/asm/
Dfcntl.h26 #define O_LARGEFILE 0400000 macro
/Linux-v6.6/arch/powerpc/include/uapi/asm/
Dfcntl.h7 #define O_LARGEFILE 0200000 macro
/Linux-v6.6/arch/parisc/include/uapi/asm/
Dfcntl.h8 #define O_LARGEFILE 000004000 macro
/Linux-v6.6/arch/mips/include/uapi/asm/
Dfcntl.h22 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
/Linux-v6.6/arch/alpha/include/uapi/asm/
Dfcntl.h15 #define O_LARGEFILE 0400000 /* will be set by the kernel on every open */ macro
/Linux-v6.6/arch/sparc/include/uapi/asm/
Dfcntl.h18 #define O_LARGEFILE 0x40000 macro
/Linux-v6.6/include/linux/
Dfcntl.h12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
/Linux-v6.6/include/trace/misc/
Dfs.h36 { O_LARGEFILE, "O_LARGEFILE" }, \
/Linux-v6.6/fs/
Dopen.c173 if (f.file->f_flags & O_LARGEFILE) in do_sys_ftruncate()
1444 flags |= O_LARGEFILE; in SYSCALL_DEFINE3()
1452 flags |= O_LARGEFILE; in SYSCALL_DEFINE4()
1476 tmp.flags |= O_LARGEFILE; in SYSCALL_DEFINE4()
1512 flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
1622 if (!(filp->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS) in generic_file_open()
Dfhandle.c269 flags |= O_LARGEFILE; in SYSCALL_DEFINE3()
/Linux-v6.6/drivers/usb/gadget/function/
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-v6.6/mm/
Dsecretmem.c259 file->f_flags |= O_LARGEFILE; in SYSCALL_DEFINE1()
Dmemfd.c369 file->f_flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
/Linux-v6.6/io_uring/
Dopenclose.c58 open->how.flags |= O_LARGEFILE; in __io_openat_prep()
/Linux-v6.6/fs/xfs/scrub/
Dxfile.c88 xf->file->f_flags |= O_RDWR | O_LARGEFILE | O_NOATIME; in xfile_create()
/Linux-v6.6/fs/cachefiles/
Dnamei.c456 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-v6.6/drivers/target/
Dtarget_core_file.c124 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-v6.6/drivers/nvme/target/
Dio-cmd-file.c35 int flags = O_RDWR | O_LARGEFILE; in nvmet_file_ns_enable()

12