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.h89 struct brt_vdev { struct
108 * Object number in the MOS for the entcount array and brt_vdev_phys. argument
110 uint64_t bv_mos_brtvdev;
114 uint64_t bv_mos_entries;
115 dnode_t *bv_mos_entries_dnode;
120 boolean_t bv_initiated;
124 boolean_t bv_need_byteswap;
150 * brt_vdev_phys needs updating on disk. argument
152 boolean_t bv_meta_dirty;
156 uint64_t bv_totalcount;
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbrt.c422 brt_vdev(spa_t *spa, uint64_t vdevid, boolean_t alloc) in brt_vdev() function