Searched refs:DFLAG_SEEKABLE (Results 1 – 8 of 8) sorted by relevance
232 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) in zfs_file_seek()
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()
173 .fo_flags = DFLAG_PASSABLE | DFLAG_SEEKABLE,
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()
129 .fo_flags = DFLAG_PASSABLE | DFLAG_SEEKABLE
164 #define DFLAG_SEEKABLE 0x02 /* seekable / nonsequential */ macro
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