/Linux-v4.19/tools/perf/trace/beauty/ |
D | open_flags.c | 22 #undef O_LARGEFILE 23 #define O_LARGEFILE 00100000 macro
|
/Linux-v4.19/include/uapi/asm-generic/ |
D | fcntl.h | 50 #ifndef O_LARGEFILE 51 #define O_LARGEFILE 00100000 macro
|
/Linux-v4.19/tools/include/uapi/asm-generic/ |
D | fcntl.h | 49 #ifndef O_LARGEFILE 50 #define O_LARGEFILE 00100000 macro
|
/Linux-v4.19/fs/ecryptfs/ |
D | kthread.c | 77 (O_RDWR | O_LARGEFILE), current_cred()); in ecryptfs_threadfn() 136 int flags = O_LARGEFILE; in ecryptfs_privileged_open()
|
/Linux-v4.19/arch/arm/include/uapi/asm/ |
D | fcntl.h | 8 #define O_LARGEFILE 0400000 macro
|
/Linux-v4.19/arch/m68k/include/uapi/asm/ |
D | fcntl.h | 8 #define O_LARGEFILE 0400000 macro
|
/Linux-v4.19/arch/arm64/include/uapi/asm/ |
D | fcntl.h | 26 #define O_LARGEFILE 0400000 macro
|
/Linux-v4.19/arch/powerpc/include/uapi/asm/ |
D | fcntl.h | 7 #define O_LARGEFILE 0200000 macro
|
/Linux-v4.19/arch/parisc/include/uapi/asm/ |
D | fcntl.h | 9 #define O_LARGEFILE 000004000 macro
|
/Linux-v4.19/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 15 #define O_LARGEFILE 0400000 /* will be set by the kernel on every open */ macro
|
/Linux-v4.19/arch/sparc/include/uapi/asm/ |
D | fcntl.h | 18 #define O_LARGEFILE 0x40000 macro
|
/Linux-v4.19/arch/mips/include/uapi/asm/ |
D | fcntl.h | 22 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
|
/Linux-v4.19/include/linux/ |
D | fcntl.h | 11 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | storage_common.c | 193 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-v4.19/fs/ |
D | open.c | 170 if (f.file->f_flags & O_LARGEFILE) in do_sys_ftruncate() 1079 flags |= O_LARGEFILE; in SYSCALL_DEFINE3() 1088 flags |= O_LARGEFILE; in SYSCALL_DEFINE4() 1192 if (!(filp->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS) in generic_file_open()
|
D | fhandle.c | 263 flags |= O_LARGEFILE; in SYSCALL_DEFINE3()
|
D | coredump.c | 664 O_LARGEFILE | O_EXCL; in do_coredump()
|
/Linux-v4.19/mm/ |
D | memfd.c | 329 file->f_flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
|
/Linux-v4.19/fs/notify/fanotify/ |
D | fanotify_user.c | 42 O_LARGEFILE | O_NOATIME ) 745 event_f_flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
|
/Linux-v4.19/fs/overlayfs/ |
D | copy_up.c | 133 old_file = ovl_path_open(old, O_LARGEFILE | O_RDONLY); in ovl_copy_up_data() 137 new_file = ovl_path_open(new, O_LARGEFILE | O_WRONLY); in ovl_copy_up_data()
|
/Linux-v4.19/drivers/target/ |
D | target_core_file.c | 118 flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_configure_device() 853 int ret, flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_init_prot()
|
/Linux-v4.19/drivers/nvme/target/ |
D | io-cmd-file.c | 32 int flags = O_RDWR | O_LARGEFILE; in nvmet_file_ns_enable()
|
/Linux-v4.19/kernel/ |
D | acct.c | 207 file = file_open_name(pathname, O_WRONLY|O_APPEND|O_LARGEFILE, 0); in acct_on()
|
/Linux-v4.19/fs/nfsd/ |
D | vfs.c | 706 int flags = O_RDONLY|O_LARGEFILE; in nfsd_open() 756 flags = O_RDWR|O_LARGEFILE; in nfsd_open() 758 flags = O_WRONLY|O_LARGEFILE; in nfsd_open()
|
/Linux-v4.19/fs/hfsplus/ |
D | inode.c | 219 if (!(file->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS) in hfsplus_file_open()
|