Home
last modified time | relevance | path

Searched defs:brt_vdev (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h90 struct brt_vdev { struct
109 * Object number in the MOS for the entcount array and brt_vdev_phys. argument
111 uint64_t bv_mos_brtvdev;
115 uint64_t bv_mos_entries;
116 dnode_t *bv_mos_entries_dnode;
121 boolean_t bv_initiated;
125 boolean_t bv_need_byteswap;
151 * brt_vdev_phys needs updating on disk. argument
153 boolean_t bv_meta_dirty;
157 uint64_t bv_totalcount;
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbrt.c423 brt_vdev(spa_t *spa, uint64_t vdevid, boolean_t alloc) in brt_vdev() function