Home
last modified time | relevance | path

Searched refs:lh_freelist (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c123 buf->l_hdr.lh_freelist = BSWAP_16(buf->l_hdr.lh_freelist); in zap_leaf_byteswap()
190 int chunk = zap_leaf_phys(l)->l_hdr.lh_freelist; in zap_leaf_chunk_alloc()
194 zap_leaf_phys(l)->l_hdr.lh_freelist = in zap_leaf_chunk_alloc()
211 zlf->lf_next = zap_leaf_phys(l)->l_hdr.lh_freelist; in zap_leaf_chunk_free()
213 zap_leaf_phys(l)->l_hdr.lh_freelist = chunk; in zap_leaf_chunk_free()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h61 uint16_t lh_freelist; /* chunk head of free list */ member
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h115 uint16_t lh_freelist; /* chunk head of free list */ member
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1534 uint16_t lh_freelist; /* chunk head of free list */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c824 mdb_printf(" lh_freelist = %u\n", zlp->l_hdr.lh_freelist); in zap_leaf()