Symbol: O_LARGEFILE
block/bdev.c
1068
blockdev_mnt, "", flags | O_LARGEFILE, &def_blk_fops);
block/bdev.c
999
bdev_file->f_flags |= O_LARGEFILE;
drivers/block/zram/zram_drv.c
753
backing_dev = filp_open(file_name, O_RDWR | O_LARGEFILE | O_EXCL, 0);
drivers/gpu/drm/i915/gem/i915_gem_shmem.c
542
filp->f_flags |= O_LARGEFILE;
drivers/mtd/nand/raw/nandsim.c
542
cfile = filp_open(cache_file, O_CREAT | O_RDWR | O_LARGEFILE, 0600);
drivers/nvme/target/io-cmd-file.c
35
int flags = O_RDWR | O_LARGEFILE;
drivers/target/target_core_file.c
124
flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC;
drivers/target/target_core_file.c
829
int ret, flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC;
drivers/usb/gadget/function/storage_common.c
194
filp = filp_open(filename, O_RDWR | O_LARGEFILE, 0);
drivers/usb/gadget/function/storage_common.c
199
filp = filp_open(filename, O_RDONLY | O_LARGEFILE, 0);
fs/9p/vfs_inode_dotl.c
177
{ O_LARGEFILE, P9_DOTL_LARGEFILE },
fs/cachefiles/namei.c
455
O_RDWR | O_LARGEFILE | O_DIRECT,
fs/cachefiles/namei.c
563
file = kernel_file_open(&path, O_RDWR | O_LARGEFILE | O_DIRECT, cache->cache_cred);
fs/coredump.c
882
int open_flags = O_CREAT | O_WRONLY | O_NOFOLLOW | O_LARGEFILE | O_EXCL;
fs/ecryptfs/kthread.c
123
int flags = O_LARGEFILE;
fs/ecryptfs/kthread.c
63
(O_RDWR | O_LARGEFILE), current_cred());
fs/erofs/super.c
154
filp_open(dif->path, O_RDONLY | O_LARGEFILE, 0) :
fs/erofs/super.c
806
file = filp_open(fc->source, O_RDONLY | O_LARGEFILE, 0);
fs/exec.c
769
.open_flag = O_LARGEFILE | O_RDONLY | __FMODE_EXEC,
fs/fhandle.c
446
flags |= O_LARGEFILE;
fs/hfsplus/inode.c
241
if (!(file->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS)
fs/nfsd/nfs4proc.c
212
oflags = O_CREAT | O_LARGEFILE;
fs/nfsd/vfs.c
903
int flags = O_RDONLY|O_LARGEFILE;
fs/nfsd/vfs.c
922
flags = O_RDWR|O_LARGEFILE;
fs/nfsd/vfs.c
924
flags = O_WRONLY|O_LARGEFILE;
fs/notify/fanotify/fanotify_user.c
1722
event_f_flags |= O_LARGEFILE;
fs/notify/fanotify/fanotify_user.c
202
O_LARGEFILE | O_NOATIME )
fs/open.c
1379
flags |= O_LARGEFILE;
fs/open.c
1387
flags |= O_LARGEFILE;
fs/open.c
1413
tmp.flags |= O_LARGEFILE;
fs/open.c
1449
flags |= O_LARGEFILE;
fs/open.c
1545
if (!(filp->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS)
fs/open.c
171
if (file->f_flags & O_LARGEFILE)
fs/overlayfs/copy_up.c
250
new_file = ovl_path_open(path, O_LARGEFILE | O_RDONLY);
fs/overlayfs/copy_up.c
279
old_file = ovl_path_open(&datapath, O_LARGEFILE | O_RDONLY);
fs/overlayfs/copy_up.c
648
new_file = ovl_path_open(temp, O_LARGEFILE | O_WRONLY);
fs/overlayfs/inode.c
609
flags |= O_LARGEFILE;
fs/overlayfs/overlayfs.h
407
mode, O_LARGEFILE | O_WRONLY,
fs/overlayfs/readdir.c
379
realfile = ovl_path_open(realpath, O_RDONLY | O_LARGEFILE);
fs/overlayfs/readdir.c
960
return ovl_path_open(realpath, O_RDONLY | (file->f_flags & O_LARGEFILE));
fs/overlayfs/util.c
663
if (flags & ~(O_ACCMODE | O_LARGEFILE))
fs/pidfs.c
889
if (oflags & ~(VALID_FILE_HANDLE_OPEN_FLAGS | O_LARGEFILE))
fs/pidfs.c
906
oflags &= ~O_LARGEFILE;
fs/read_write.c
1725
if (!(file->f_flags & O_LARGEFILE))
fs/smb/server/smb2pdu.c
2123
int oflags = O_NONBLOCK | O_LARGEFILE;
fs/smb/server/vfs.c
1120
int flags = O_RDONLY | O_LARGEFILE;
fs/xfs/xfs_handle.c
256
hreq->oflags |= O_LARGEFILE;
fs/zonefs/file.c
417
if (!(file->f_flags & O_LARGEFILE))
include/linux/fcntl.h
12
FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
include/trace/misc/fs.h
36
{ O_LARGEFILE, "O_LARGEFILE" }, \
include/uapi/asm-generic/fcntl.h
49
#ifndef O_LARGEFILE
init/initramfs.c
382
int openflags = O_WRONLY|O_CREAT|O_LARGEFILE;
init/initramfs.c
705
file = filp_open("/initrd.image", O_WRONLY|O_CREAT|O_LARGEFILE, 0700);
io_uring/openclose.c
66
open->how.flags |= O_LARGEFILE;
kernel/acct.c
219
const int open_flags = O_WRONLY|O_APPEND|O_LARGEFILE;
kernel/trace/trace_syscalls.c
172
{ O_LARGEFILE, "O_LARGEFILE" },
kernel/trace/trace_syscalls.c
425
"{ 0x%x, \"O_LARGEFILE\" }, ", O_LARGEFILE);
mm/memfd.c
486
file->f_flags |= O_LARGEFILE;
mm/secretmem.c
201
O_RDWR | O_LARGEFILE, &secretmem_fops);
mm/swapfile.c
2787
victim = file_open_name(pathname, O_RDWR|O_LARGEFILE, 0);
mm/swapfile.c
3361
swap_file = file_open_name(name, O_RDWR | O_LARGEFILE | O_EXCL, 0);
tools/testing/selftests/openat2/openat2_test.c
193
.how.flags = O_PATH | O_LARGEFILE, .err = -EINVAL },
tools/testing/selftests/openat2/openat2_test.c
294
if (!(test->how.flags & O_LARGEFILE))
tools/testing/selftests/openat2/openat2_test.c
295
fdflags &= ~O_LARGEFILE;
usr/gen_init_cpio.c
677
O_WRONLY | O_CREAT | O_LARGEFILE | O_TRUNC,
virt/kvm/guest_memfd.c
606
file->f_flags |= O_LARGEFILE;