Searched refs:DFLAG_SEEKABLE (Results 1 – 8 of 8) sorted by relevance
230 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) in zfs_file_seek()
327 if (!(fp->f_ops->fo_flags & DFLAG_SEEKABLE)) in kern_preadv()529 if (!(fp->f_ops->fo_flags & DFLAG_SEEKABLE)) in kern_pwritev()852 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) { in kern_posix_fallocate()915 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) { in kern_fspacectl()
173 .fo_flags = DFLAG_PASSABLE | DFLAG_SEEKABLE,
2085 error = (fp->f_ops->fo_flags & DFLAG_SEEKABLE) != 0 ? in kern_lseek()4840 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) { in kern_posix_fadvise()
127 .fo_flags = DFLAG_PASSABLE | DFLAG_SEEKABLE
165 #define DFLAG_SEEKABLE 0x02 /* seekable / nonsequential */ macro
2456 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) in sendfile_fallback()2463 seekable = (ofp->f_ops->fo_flags & DFLAG_SEEKABLE) != 0; in sendfile_fallback()2533 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) in sendfile_sendfile()
2056 .fo_flags = DFLAG_PASSABLE | DFLAG_SEEKABLE