/linux-2.6.39/include/asm-generic/ |
D | fcntl.h | 49 #ifndef O_LARGEFILE 50 #define O_LARGEFILE 00100000 macro
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | fcntl.h | 6 #define O_LARGEFILE 0200000 macro
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | fcntl.h | 13 #define O_LARGEFILE 0400000 macro
|
/linux-2.6.39/arch/m68k/include/asm/ |
D | fcntl.h | 7 #define O_LARGEFILE 0400000 macro
|
/linux-2.6.39/arch/arm/include/asm/ |
D | fcntl.h | 7 #define O_LARGEFILE 0400000 macro
|
/linux-2.6.39/arch/h8300/include/asm/ |
D | fcntl.h | 7 #define O_LARGEFILE 0400000 macro
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | fcntl.h | 8 #define O_LARGEFILE 000004000 macro
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | fcntl.h | 14 #define O_LARGEFILE 0400000 /* will be set by the kernel on every open */ macro
|
/linux-2.6.39/fs/ecryptfs/ |
D | kthread.c | 77 (O_RDWR | O_LARGEFILE), current_cred()); in ecryptfs_threadfn() 140 int flags = O_LARGEFILE; in ecryptfs_privileged_open()
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | fcntl.h | 17 #define O_LARGEFILE 0x40000 macro
|
/linux-2.6.39/arch/mips/include/asm/ |
D | fcntl.h | 20 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
|
/linux-2.6.39/drivers/target/ |
D | target_core_file.c | 154 flags = O_RDWR | O_LARGEFILE; in fd_create_virtdevice() 156 flags = O_RDWR | O_CREAT | O_LARGEFILE; in fd_create_virtdevice() 158 flags = O_RDWR | O_CREAT | O_LARGEFILE; in fd_create_virtdevice()
|
/linux-2.6.39/fs/ |
D | open.c | 149 if (file->f_flags & O_LARGEFILE) in do_sys_ftruncate() 1020 flags |= O_LARGEFILE; in SYSCALL_DEFINE3() 1034 flags |= O_LARGEFILE; in SYSCALL_DEFINE4() 1142 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 | exec.c | 119 .open_flag = O_LARGEFILE | O_RDONLY | __FMODE_EXEC, in SYSCALL_DEFINE1() 728 .open_flag = O_LARGEFILE | O_RDONLY | __FMODE_EXEC, in open_exec() 2045 O_CREAT | 2 | O_NOFOLLOW | O_LARGEFILE | flag, in do_coredump()
|
D | fcntl.c | 843 O_DIRECT | O_LARGEFILE | O_DIRECTORY | in fcntl_init()
|
/linux-2.6.39/drivers/usb/gadget/ |
D | storage_common.c | 545 filp = filp_open(filename, O_RDWR | O_LARGEFILE, 0); in fsg_lun_open() 550 filp = filp_open(filename, O_RDONLY | O_LARGEFILE, 0); in fsg_lun_open()
|
/linux-2.6.39/drivers/staging/spectra/ |
D | lld_emu.c | 60 nef_filp = filp_open("/root/nand_emu_file", O_RDWR | O_LARGEFILE, 0); in emu_load_file_to_mem() 123 nef_filp = filp_open("/root/nand_emu_file", O_RDWR | O_LARGEFILE, 0); in emu_write_mem_to_file()
|
/linux-2.6.39/drivers/staging/cx25821/ |
D | cx25821-audio-upstream.c | 279 myfile = filp_open(dev->_audiofilename, O_RDONLY | O_LARGEFILE, 0); in cx25821_get_audio_data() 370 myfile = filp_open(dev->_audiofilename, O_RDONLY | O_LARGEFILE, 0); in cx25821_openfile_audio()
|
D | cx25821-video-upstream-ch2.c | 299 myfile = filp_open(dev->_filename_ch2, O_RDONLY | O_LARGEFILE, 0); in cx25821_get_frame_ch2() 389 myfile = filp_open(dev->_filename_ch2, O_RDONLY | O_LARGEFILE, 0); in cx25821_openfile_ch2()
|
D | cx25821-video-upstream.c | 343 myfile = filp_open(dev->_filename, O_RDONLY | O_LARGEFILE, 0); in cx25821_get_frame() 434 myfile = filp_open(dev->_filename, O_RDONLY | O_LARGEFILE, 0); in cx25821_openfile()
|
/linux-2.6.39/fs/ncpfs/ |
D | file.c | 197 if (pos + count > MAX_NON_LFS && !(file->f_flags&O_LARGEFILE)) { in ncp_file_write()
|
/linux-2.6.39/kernel/ |
D | acct.c | 223 file = filp_open(name, O_WRONLY|O_APPEND|O_LARGEFILE, 0); in acct_on()
|
/linux-2.6.39/fs/nfsd/ |
D | vfs.c | 715 int flags = O_RDONLY|O_LARGEFILE; in nfsd_open() 761 flags = O_RDWR|O_LARGEFILE; in nfsd_open() 763 flags = O_WRONLY|O_LARGEFILE; in nfsd_open()
|
/linux-2.6.39/fs/hfsplus/ |
D | inode.c | 263 if (!(file->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS) in hfsplus_file_open()
|