Searched defs:arc_flags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h69 typedef enum arc_flags enum
184 arc_flags_t *arc_flags, const zbookmark_phys_t *zb);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c4718 arc_flags_t *arc_flags, const zbookmark_phys_t *zb)
4740 *arc_flags |= ARC_FLAG_CACHED;
4775 if (*arc_flags & ARC_FLAG_WAIT) {
4780 ASSERT(*arc_flags & ARC_FLAG_NOWAIT);
4827 } else if (*arc_flags & ARC_FLAG_PREFETCH &&
4833 if (*arc_flags & ARC_FLAG_L2CACHE)
4914 if (*arc_flags & ARC_FLAG_PREFETCH)
4916 if (*arc_flags & ARC_FLAG_L2CACHE)
4920 if (*arc_flags & ARC_FLAG_PREDICTIVE_PREFETCH)
5015 if (*arc_flags
4716 arc_read(zio_t *pio, spa_t *spa, const blkptr_t *bp, arc_done_func_t *done, void *private, zio_priority_t priority, int zio_flags, arc_flags_t *arc_flags, const zbookmark_phys_t *zb) argument
[all...]

Completed in 79 milliseconds