Home
last modified time | relevance | path

Searched refs:vdev_cache (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_cache.c171 vdev_cache_t *vc = &zio->io_vd->vdev_cache; in vdev_cache_allocate()
229 vdev_cache_t *vc = &vd->vdev_cache; in vdev_cache_fill()
267 vdev_cache_t *vc = &zio->io_vd->vdev_cache; in vdev_cache_read()
344 vdev_cache_t *vc = &zio->io_vd->vdev_cache; in vdev_cache_write()
381 vdev_cache_t *vc = &vd->vdev_cache; in vdev_cache_purge()
393 vdev_cache_t *vc = &vd->vdev_cache; in vdev_cache_init()
409 vdev_cache_t *vc = &vd->vdev_cache; in vdev_cache_fini()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_impl.h57 typedef struct vdev_cache vdev_cache_t;
124 struct vdev_cache { struct
371 vdev_cache_t vdev_cache; /* physical block cache */ member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files123 vdev_cache.o \
/freebsd-12.1/sys/conf/
H A Dfiles215 cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_cache.c optional zfs compile-with "${ZFS_C}"