/linux-4.1.27/include/uapi/asm-generic/ |
D | fcntl.h | 49 #ifndef O_LARGEFILE 50 #define O_LARGEFILE 00100000 macro
|
/linux-4.1.27/arch/arm64/include/uapi/asm/ |
D | fcntl.h | 25 #define O_LARGEFILE 0400000 macro
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | fcntl.h | 6 #define O_LARGEFILE 0200000 macro
|
/linux-4.1.27/arch/m68k/include/uapi/asm/ |
D | fcntl.h | 7 #define O_LARGEFILE 0400000 macro
|
/linux-4.1.27/arch/arm/include/uapi/asm/ |
D | fcntl.h | 7 #define O_LARGEFILE 0400000 macro
|
/linux-4.1.27/arch/blackfin/include/uapi/asm/ |
D | fcntl.h | 13 #define O_LARGEFILE 0400000 macro
|
/linux-4.1.27/fs/ecryptfs/ |
D | kthread.c | 78 (O_RDWR | O_LARGEFILE), current_cred()); in ecryptfs_threadfn() 137 int flags = O_LARGEFILE; in ecryptfs_privileged_open()
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | fcntl.h | 8 #define O_LARGEFILE 000004000 macro
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 14 #define O_LARGEFILE 0400000 /* will be set by the kernel on every open */ macro
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | fcntl.h | 17 #define O_LARGEFILE 0x40000 macro
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | fcntl.h | 21 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
|
/linux-4.1.27/tools/testing/selftests/vm/ |
D | hugetlbfstest.c | 61 | O_LARGEFILE | O_CLOEXEC, 0600); in open_file()
|
/linux-4.1.27/fs/overlayfs/ |
D | copy_up.c | 95 old_file = ovl_path_open(old, O_LARGEFILE | O_RDONLY); in ovl_copy_up_data() 99 new_file = ovl_path_open(new, O_LARGEFILE | O_WRONLY); in ovl_copy_up_data()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | storage_common.c | 199 filp = filp_open(filename, O_RDWR | O_LARGEFILE, 0); in fsg_lun_open() 204 filp = filp_open(filename, O_RDONLY | O_LARGEFILE, 0); in fsg_lun_open()
|
/linux-4.1.27/fs/ |
D | open.c | 168 if (f.file->f_flags & O_LARGEFILE) in do_sys_ftruncate() 1031 flags |= O_LARGEFILE; in SYSCALL_DEFINE3() 1040 flags |= O_LARGEFILE; in SYSCALL_DEFINE4() 1125 if (!(filp->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS) in generic_file_open()
|
D | fhandle.c | 262 flags |= O_LARGEFILE; in SYSCALL_DEFINE3()
|
D | coredump.c | 630 O_LARGEFILE | O_EXCL; in do_coredump()
|
D | fcntl.c | 748 O_DIRECT | O_LARGEFILE | O_DIRECTORY | in fcntl_init()
|
D | exec.c | 115 .open_flag = O_LARGEFILE | O_RDONLY | __FMODE_EXEC, in SYSCALL_DEFINE1() 759 .open_flag = O_LARGEFILE | O_RDONLY | __FMODE_EXEC, in do_open_execat()
|
D | block_dev.c | 1464 filp->f_flags |= O_LARGEFILE; in blkdev_open()
|
/linux-4.1.27/drivers/media/pci/cx25821/ |
D | cx25821-audio-upstream.c | 274 file = filp_open(dev->_audiofilename, O_RDONLY | O_LARGEFILE, 0); in cx25821_get_audio_data() 329 file = filp_open(dev->_audiofilename, O_RDONLY | O_LARGEFILE, 0); in cx25821_openfile_audio()
|
/linux-4.1.27/fs/notify/fanotify/ |
D | fanotify_user.c | 39 O_LARGEFILE | O_NOATIME ) 748 event_f_flags |= O_LARGEFILE; in SYSCALL_DEFINE2()
|
/linux-4.1.27/drivers/target/ |
D | target_core_file.c | 122 flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_configure_device() 836 int ret, flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_init_prot()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.c | 686 filp = filp_open(filename, O_CREAT|O_EXCL|O_WRONLY|O_LARGEFILE, 0600); in cfs_tracefile_dump_all_pages() 1000 O_CREAT | O_RDWR | O_LARGEFILE, in tracefiled()
|
/linux-4.1.27/kernel/ |
D | acct.c | 204 file = file_open_name(pathname, O_WRONLY|O_APPEND|O_LARGEFILE, 0); in acct_on()
|
/linux-4.1.27/fs/nfsd/ |
D | vfs.c | 684 int flags = O_RDONLY|O_LARGEFILE; in nfsd_open() 734 flags = O_RDWR|O_LARGEFILE; in nfsd_open() 736 flags = O_WRONLY|O_LARGEFILE; in nfsd_open()
|
/linux-4.1.27/fs/hfsplus/ |
D | inode.c | 219 if (!(file->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS) in hfsplus_file_open()
|
/linux-4.1.27/fs/cachefiles/ |
D | rdwr.c | 912 file = dentry_open(&path, O_RDWR | O_LARGEFILE, cache->cache_cred); in cachefiles_write_page()
|
/linux-4.1.27/fs/9p/ |
D | vfs_inode_dotl.c | 191 { O_LARGEFILE, P9_DOTL_LARGEFILE }, in v9fs_mapped_dotl_flags()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_file.c | 1001 if (!(file->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS) in xfs_file_open()
|
D | xfs_ioctl.c | 222 hreq->oflags |= O_LARGEFILE; in xfs_open_by_handle()
|
/linux-4.1.27/mm/ |
D | swapfile.c | 1824 victim = file_open_name(pathname, O_RDWR|O_LARGEFILE, 0); in SYSCALL_DEFINE1() 2382 swap_file = file_open_name(name, O_RDWR|O_LARGEFILE, 0); in SYSCALL_DEFINE2()
|
D | filemap.c | 2290 !(file->f_flags & O_LARGEFILE))) { in generic_write_checks()
|
D | shmem.c | 2962 file->f_flags |= O_RDWR | O_LARGEFILE; in SYSCALL_DEFINE2()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | nandsim.c | 578 cfile = filp_open(cache_file, O_CREAT | O_RDWR | O_LARGEFILE, 0600); in alloc_device()
|
/linux-4.1.27/tools/lguest/ |
D | lguest.c | 3045 vblk->fd = open_or_die(filename, O_RDWR|O_LARGEFILE); in setup_block_file()
|