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()
329 if (!(fp->f_ops->fo_flags & DFLAG_SEEKABLE)) in kern_preadv()531 if (!(fp->f_ops->fo_flags & DFLAG_SEEKABLE)) in kern_pwritev()856 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) { in kern_posix_fallocate()924 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) { in kern_fspacectl()
174 .fo_flags = DFLAG_PASSABLE | DFLAG_SEEKABLE,
2140 error = (fp->f_ops->fo_flags & DFLAG_SEEKABLE) != 0 ? in kern_lseek()4944 if ((fp->f_ops->fo_flags & DFLAG_SEEKABLE) == 0) { in kern_posix_fadvise()
125 .fo_flags = DFLAG_PASSABLE | DFLAG_SEEKABLE
168 #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()
2065 .fo_flags = DFLAG_PASSABLE | DFLAG_SEEKABLE