Searched refs:ZAP_LEAF_CHUNK (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zap_leaf.c | 128 zap_leaf_chunk_t *lc = &ZAP_LEAF_CHUNK(&l, i); in zap_leaf_byteswap() 171 ZAP_LEAF_CHUNK(l, i).l_free.lf_type = ZAP_CHUNK_FREE; in zap_leaf_init() 172 ZAP_LEAF_CHUNK(l, i).l_free.lf_next = i+1; in zap_leaf_init() 174 ZAP_LEAF_CHUNK(l, ZAP_LEAF_NUMCHUNKS(l)-1).l_free.lf_next = CHAIN_END; in zap_leaf_init() 195 ASSERT3U(ZAP_LEAF_CHUNK(l, chunk).l_free.lf_type, ==, ZAP_CHUNK_FREE); in zap_leaf_chunk_alloc() 198 ZAP_LEAF_CHUNK(l, chunk).l_free.lf_next; in zap_leaf_chunk_alloc() 208 struct zap_leaf_free *zlf = &ZAP_LEAF_CHUNK(l, chunk).l_free; in zap_leaf_chunk_free() 240 struct zap_leaf_array *la = &ZAP_LEAF_CHUNK(l, chunk).l_array; in zap_leaf_array_create() 273 int nextchunk = ZAP_LEAF_CHUNK(l, chunk).l_array.la_next; in zap_leaf_array_free() 274 ASSERT3U(ZAP_LEAF_CHUNK(l, chunk).l_array.la_type, ==, in zap_leaf_array_free() [all …]
|
H A D | zap.c | 488 ASSERT3P(&ZAP_LEAF_CHUNK(l, 0), ==, in zap_open_leaf() 492 ASSERT3U((uintptr_t)&ZAP_LEAF_CHUNK(l, ZAP_LEAF_NUMCHUNKS(l)) - in zap_open_leaf()
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.h | 207 #define ZAP_LEAF_CHUNK(l, bs, idx) \ macro 209 #define ZAP_LEAF_ENTRY(l, bs, idx) (&ZAP_LEAF_CHUNK(l, bs, idx).l_entry)
|
H A D | fsys_zfs.c | 637 &ZAP_LEAF_CHUNK(l, blksft, chunk).l_array; in zap_leaf_array_equal() 697 la = &ZAP_LEAF_CHUNK(l, blksft, in zap_leaf_lookup()
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | zap_leaf.h | 85 #define ZAP_LEAF_CHUNK(l, idx) \ macro 88 #define ZAP_LEAF_ENTRY(l, idx) (&ZAP_LEAF_CHUNK(l, idx).l_entry)
|
/titanic_50/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 651 zap_leaf_chunk_t *zlc = &ZAP_LEAF_CHUNK(&l, i); in zap_leaf()
|