Home
last modified time | relevance | path

Searched refs:vdev_cache_entry_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_cache.c120 const vdev_cache_entry_t *ve1 = (const vdev_cache_entry_t *)a1; in vdev_cache_offset_compare()
121 const vdev_cache_entry_t *ve2 = (const vdev_cache_entry_t *)a2; in vdev_cache_offset_compare()
129 const vdev_cache_entry_t *ve1 = (const vdev_cache_entry_t *)a1; in vdev_cache_lastused_compare()
130 const vdev_cache_entry_t *ve2 = (const vdev_cache_entry_t *)a2; in vdev_cache_lastused_compare()
146 vdev_cache_evict(vdev_cache_t *vc, vdev_cache_entry_t *ve) in vdev_cache_evict()
155 kmem_free(ve, sizeof (vdev_cache_entry_t)); in vdev_cache_evict()
163 static vdev_cache_entry_t *
168 vdev_cache_entry_t *ve; in vdev_cache_allocate()
188 ve = kmem_zalloc(sizeof (vdev_cache_entry_t), KM_SLEEP); in vdev_cache_allocate()
200 vdev_cache_hit(vdev_cache_t *vc, vdev_cache_entry_t *ve, zio_t *zio) in vdev_cache_hit()
[all …]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dvdev_impl.h59 typedef struct vdev_cache_entry vdev_cache_entry_t; typedef