Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c110 const vdev_cache_entry_t *ve1 = a1; in vdev_cache_offset_compare()
111 const vdev_cache_entry_t *ve2 = a2; in vdev_cache_offset_compare()
123 const vdev_cache_entry_t *ve1 = a1; in vdev_cache_lastused_compare()
124 const vdev_cache_entry_t *ve2 = a2; in vdev_cache_lastused_compare()
141 vdev_cache_evict(vdev_cache_t *vc, vdev_cache_entry_t *ve) in vdev_cache_evict()
150 kmem_free(ve, sizeof (vdev_cache_entry_t)); in vdev_cache_evict()
158 static vdev_cache_entry_t *
163 vdev_cache_entry_t *ve; in vdev_cache_allocate()
183 ve = kmem_zalloc(sizeof (vdev_cache_entry_t), KM_SLEEP); in vdev_cache_allocate()
195 vdev_cache_hit(vdev_cache_t *vc, vdev_cache_entry_t *ve, zio_t *zio) in vdev_cache_hit()
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h54 typedef struct vdev_cache_entry vdev_cache_entry_t; typedef