Searched refs:la_next (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h93 uint16_t la_next; /* next blk or CHAIN_END */ member in struct:zap_leaf_chunk::zap_leaf_array
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c151 lc->l_array.la_next = BSWAP_16(lc->l_array.la_next);
258 chunkp = &la->la_next;
273 int nextchunk = ZAP_LEAF_CHUNK(l, chunk).l_array.la_next;
315 chunk = la->la_next;
337 chunk = la->la_next;
388 chunk = la->la_next;
755 int nextchunk = la->la_next;
765 nchunkp = &nla->la_next;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h146 uint16_t la_next; /* next blk or CHAIN_END */ member in struct:zap_leaf_chunk::zap_leaf_array
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1375 nc = &ZAP_LEAF_CHUNK(zl, nc->l_array.la_next);
1594 nc = &ZAP_LEAF_CHUNK(&zl, nc->l_array.la_next);
1697 nc = &ZAP_LEAF_CHUNK(zl, nc->l_array.la_next);
H A Dzfs.c353 nc = &ZAP_LEAF_CHUNK(&zl, nc->l_array.la_next);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1369 uint16_t la_next; /* next blk or CHAIN_END */ member in struct:zap_leaf_chunk::zap_leaf_array
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c645 chunk = la->la_next;
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c699 if (zlc->l_array.la_next != CHAIN_END) {
701 zlc->l_array.la_next);

Completed in 110 milliseconds