Searched refs:fo_flags (Results 1 – 15 of 15) sorted by relevance
193 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) in zfs_file_seek()
84 .fo_flags = DFLAG_PASSABLE
116 .fo_flags = DFLAG_PASSABLE,
329 if (!(fp->f_ops->fo_flags & DFLAG_SEEKABLE)) in kern_preadv()531 if (!(fp->f_ops->fo_flags & DFLAG_SEEKABLE)) in kern_pwritev()849 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) { in kern_posix_fallocate()
622 .fo_flags = DFLAG_PASSABLE,
121 .fo_flags = DFLAG_PASSABLE
158 .fo_flags = DFLAG_PASSABLE
173 .fo_flags = DFLAG_PASSABLE
169 .fo_flags = DFLAG_PASSABLE | DFLAG_SEEKABLE,
2344 (ofde->fde_file->f_ops->fo_flags & DFLAG_PASSABLE) == 0 || in fdcopy()2414 if ((ofde->fde_file->f_ops->fo_flags & DFLAG_PASSABLE) == 0) { in fdcopy_remapped()
1972 error = (fp->f_ops->fo_flags & DFLAG_SEEKABLE) != 0 ? in kern_lseek()4684 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) { in kern_posix_fadvise()
2269 if (!(fp->f_ops->fo_flags & DFLAG_PASSABLE)) { in unp_internalize()
2675 .fo_flags = DFLAG_PASSABLE,
126 .fo_flags = DFLAG_PASSABLE | DFLAG_SEEKABLE
153 fo_flags_t fo_flags; /* DFLAG_* below */ member