Searched refs:fo_flags (Results 1 – 20 of 20) sorted by relevance
232 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) in zfs_file_seek()
384 if ((fp->f_ops->fo_flags & DFLAG_PASSABLE) == 0) { in filemon_ioctl()
81 .fo_flags = DFLAG_PASSABLE
328 if (!(fp->f_ops->fo_flags & DFLAG_SEEKABLE)) in kern_preadv()530 if (!(fp->f_ops->fo_flags & DFLAG_SEEKABLE)) in kern_pwritev()853 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) { in kern_posix_fallocate()916 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) { in kern_fspacectl()
116 .fo_flags = DFLAG_PASSABLE,
376 .fo_flags = DFLAG_PASSABLE,
614 .fo_flags = DFLAG_PASSABLE,
116 .fo_flags = DFLAG_PASSABLE
157 .fo_flags = DFLAG_PASSABLE
171 .fo_flags = DFLAG_PASSABLE
173 .fo_flags = DFLAG_PASSABLE | DFLAG_SEEKABLE,
2428 if ((ofde->fde_file->f_ops->fo_flags & DFLAG_PASSABLE) == 0 || in fdcopy()5315 .fo_flags = DFLAG_PASSABLE,
2048 error = (fp->f_ops->fo_flags & DFLAG_SEEKABLE) != 0 ? in kern_lseek()4804 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) { in kern_posix_fadvise()
2665 .fo_flags = DFLAG_PASSABLE,
2671 if (!(fp->f_ops->fo_flags & DFLAG_PASSABLE)) { in unp_internalize()
129 .fo_flags = DFLAG_PASSABLE | DFLAG_SEEKABLE
160 fo_flags_t fo_flags; /* DFLAG_* below */ member
2454 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) in sendfile_fallback()2461 seekable = (ofp->f_ops->fo_flags & DFLAG_SEEKABLE) != 0; in sendfile_fallback()2531 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) in sendfile_sendfile()
2058 .fo_flags = DFLAG_PASSABLE | DFLAG_SEEKABLE
1756 .fo_flags = DFLAG_PASSABLE,