Searched refs:FMODE_STREAM (Results 1 – 4 of 4) sorted by relevance
1428 filp->f_mode |= FMODE_STREAM; in stream_open()
620 return file->f_mode & FMODE_STREAM ? NULL : &file->f_pos; in file_ppos()
166 #define FMODE_STREAM ((__force fmode_t)0x200000) macro
2915 if (!(file->f_mode & FMODE_STREAM)) { in io_prep_rw()3283 return (kiocb->ki_filp->f_mode & FMODE_STREAM) ? NULL : &kiocb->ki_pos; in io_kiocb_ppos()