Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_leaf.c128 zap_leaf_chunk_t *lc = &ZAP_LEAF_CHUNK(&l, i); in zap_leaf_byteswap()
170 ZAP_LEAF_CHUNK(l, i).l_free.lf_type = ZAP_CHUNK_FREE; in zap_leaf_init()
171 ZAP_LEAF_CHUNK(l, i).l_free.lf_next = i+1; in zap_leaf_init()
195 ZAP_LEAF_CHUNK(l, chunk).l_free.lf_next; in zap_leaf_chunk_alloc()
205 struct zap_leaf_free *zlf = &ZAP_LEAF_CHUNK(l, chunk).l_free; in zap_leaf_chunk_free()
237 struct zap_leaf_array *la = &ZAP_LEAF_CHUNK(l, chunk).l_array; in zap_leaf_array_create()
269 int nextchunk = ZAP_LEAF_CHUNK(l, chunk).l_array.la_next; in zap_leaf_array_free()
270 ASSERT3U(ZAP_LEAF_CHUNK(l, chunk).l_array.la_type, ==, in zap_leaf_array_free()
308 &ZAP_LEAF_CHUNK(l, chunk).l_array; in zap_leaf_array_read()
723 &ZAP_LEAF_CHUNK(nl, nchunk).l_array; in zap_leaf_transfer_array()
[all …]
H A Dzap.c507 ASSERT3P(&ZAP_LEAF_CHUNK(l, 0), ==, (zap_leaf_chunk_t *) in zap_open_leaf()
511 ASSERT3U((uintptr_t)&ZAP_LEAF_CHUNK(l, ZAP_LEAF_NUMCHUNKS(l)) - in zap_open_leaf()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzap_leaf.h92 #define ZAP_LEAF_CHUNK(l, idx) \ macro
95 #define ZAP_LEAF_ENTRY(l, idx) (&ZAP_LEAF_CHUNK(l, idx).l_entry)