Home
last modified time | relevance | path

Searched refs:FMODE_BUF_WASYNC (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/io_uring/
H A Drw.c898 !(kiocb->ki_filp->f_mode & FMODE_BUF_WASYNC) && in io_write()
/openbmc/linux/fs/xfs/
H A Dxfs_file.c1233 file->f_mode |= FMODE_NOWAIT | FMODE_BUF_RASYNC | FMODE_BUF_WASYNC | in xfs_file_open()
/openbmc/linux/fs/
H A Dread_write.c1671 (file->f_mode & FMODE_BUF_WASYNC))) in generic_write_checks_count()
/openbmc/linux/include/linux/
H A Dfs.h186 #define FMODE_BUF_WASYNC ((__force fmode_t)0x80000000) macro
/openbmc/linux/fs/btrfs/
H A Dfile.c3707 filp->f_mode |= FMODE_NOWAIT | FMODE_BUF_RASYNC | FMODE_BUF_WASYNC | in btrfs_file_open()