Home
last modified time | relevance | path

Searched refs:FMODE_LSEEK (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/fs/
H A Dopen.c925 f->f_mode |= FMODE_LSEEK | FMODE_PREAD | FMODE_PWRITE; in do_dentry_open()
940 if ((f->f_mode & FMODE_LSEEK) && !f->f_op->llseek) in do_dentry_open()
941 f->f_mode &= ~FMODE_LSEEK; in do_dentry_open()
1636 filp->f_mode &= ~(FMODE_LSEEK | FMODE_PREAD | FMODE_PWRITE); in nonseekable_open()
1654 filp->f_mode &= ~(FMODE_LSEEK | FMODE_PREAD | FMODE_PWRITE | FMODE_ATOMIC_POS); in stream_open()
H A Dfile_table.c303 file->f_mode |= FMODE_LSEEK; in alloc_file()
H A Dcoredump.c827 if (file->f_mode & FMODE_LSEEK) { in __dump_skip()
H A Dsplice.c1023 if (unlikely(!(in->f_mode & FMODE_LSEEK))) in splice_direct_to_actor()
H A Dread_write.c287 if (!(file->f_mode & FMODE_LSEEK)) in vfs_llseek()
/openbmc/linux/mm/
H A Dmemfd.c368 file->f_mode |= FMODE_LSEEK | FMODE_PREAD | FMODE_PWRITE; in SYSCALL_DEFINE2()
/openbmc/linux/fs/xfs/scrub/
H A Dxfile.c87 FMODE_LSEEK; in xfile_create()
/openbmc/linux/fs/proc/
H A Dinode.c498 file->f_mode &= ~FMODE_LSEEK; in proc_reg_open()
/openbmc/linux/fs/cachefiles/
H A Dondemand.c337 anon_file->file->f_mode |= FMODE_PWRITE | FMODE_LSEEK; in cachefiles_ondemand_get_fd()
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c1463 filp->f_mode &= ~(FMODE_LSEEK | FMODE_PREAD | FMODE_PWRITE); in pseudo_lock_dev_open()
/openbmc/linux/fs/overlayfs/
H A Dcopy_up.c261 if (old_file->f_mode & FMODE_LSEEK) in ovl_copy_up_file()
/openbmc/linux/include/linux/
H A Dfs.h115 #define FMODE_LSEEK ((__force fmode_t)0x4) macro
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst919 should be done by looking at FMODE_LSEEK in file->f_mode.