Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzap_leaf.c122 buf->l_hdr.lh_freelist = BSWAP_16(buf->l_hdr.lh_freelist); in zap_leaf_byteswap()
193 chunk = zap_leaf_phys(l)->l_hdr.lh_freelist; in zap_leaf_chunk_alloc()
197 zap_leaf_phys(l)->l_hdr.lh_freelist = in zap_leaf_chunk_alloc()
214 zlf->lf_next = zap_leaf_phys(l)->l_hdr.lh_freelist; in zap_leaf_chunk_free()
216 zap_leaf_phys(l)->l_hdr.lh_freelist = chunk; in zap_leaf_chunk_free()
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzap_leaf.h115 uint16_t lh_freelist; /* chunk head of free list */ member
/freebsd-10-stable/sys/cddl/boot/zfs/
Dzfsimpl.h1276 uint16_t lh_freelist; /* chunk head of free list */ member