Lines Matching defs:l

51 #define	LEAF_HASH(l, h) \  argument
56 #define LEAF_HASH_ENTPTR(l, h) (&zap_leaf_phys(l)->l_hash[LEAF_HASH(l, h)]) argument
110 zap_leaf_t l; in zap_leaf_byteswap() local
162 zap_leaf_init(zap_leaf_t *l, boolean_t sort) in zap_leaf_init()
186 zap_leaf_chunk_alloc(zap_leaf_t *l) in zap_leaf_chunk_alloc()
203 zap_leaf_chunk_free(zap_leaf_t *l, uint16_t chunk) in zap_leaf_chunk_free()
223 zap_leaf_array_create(zap_leaf_t *l, const char *buf, in zap_leaf_array_create()
262 zap_leaf_array_free(zap_leaf_t *l, uint16_t *chunkp) in zap_leaf_array_free()
279 zap_leaf_array_read(zap_leaf_t *l, uint16_t chunk, in zap_leaf_array_read()
337 zap_leaf_array_match(zap_leaf_t *l, zap_name_t *zn, in zap_leaf_array_match()
390 zap_leaf_lookup(zap_leaf_t *l, zap_name_t *zn, zap_entry_handle_t *zeh) in zap_leaf_lookup()
434 zap_leaf_lookup_closest(zap_leaf_t *l, in zap_leaf_lookup_closest()
518 zap_leaf_t *l = zeh->zeh_leaf; in zap_entry_update() local
538 zap_leaf_t *l = zeh->zeh_leaf; in zap_entry_remove() local
556 zap_entry_create(zap_leaf_t *l, zap_name_t *zn, uint32_t cd, in zap_entry_create()
691 zap_leaf_rehash_entry(zap_leaf_t *l, uint16_t entry) in zap_leaf_rehash_entry()
715 zap_leaf_transfer_array(zap_leaf_t *l, uint16_t chunk, zap_leaf_t *nl) in zap_leaf_transfer_array()
743 zap_leaf_transfer_entry(zap_leaf_t *l, int entry, zap_leaf_t *nl) in zap_leaf_transfer_entry()
768 zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort) in zap_leaf_split()
809 zap_leaf_stats(zap_t *zap, zap_leaf_t *l, zap_stats_t *zs) in zap_leaf_stats()