Searched refs:zap_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zap_impl.h | 170 } zap_t; typedef 173 zap_f_phys(zap_t *zap) in zap_f_phys() 179 zap_m_phys(zap_t *zap) in zap_m_phys() 185 zap_t *zn_zap; 204 zap_t **zapp); 205 void zap_unlockdir(zap_t *zap, const void *tag); 207 zap_name_t *zap_name_alloc_str(zap_t *zap, const char *key, matchtype_t mt); 209 int zap_hashbits(zap_t *zap); 210 uint32_t zap_maxcd(zap_t *zap); 211 uint64_t zap_getflags(zap_t *zap); [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zap_micro.c | 83 static int mzap_upgrade(zap_t **zapp, 87 zap_getflags(zap_t *zap) in zap_getflags() 95 zap_hashbits(zap_t *zap) in zap_hashbits() 104 zap_maxcd(zap_t *zap) in zap_maxcd() 115 zap_t *zap = zn->zn_zap; in zap_hash() 171 zap_normalize(zap_t *zap, const char *name, char *namenorm, int normflags, in zap_normalize() 253 zap_name_alloc(zap_t *zap, boolean_t longname) in zap_name_alloc() 277 zap_t *zap = zn->zn_zap; in zap_name_init_str() 332 zap_name_alloc_str(zap_t *zap, const char *key, matchtype_t mt) in zap_name_alloc_str() 344 zap_name_alloc_uint64(zap_t *zap, const uint64_t *key, int numints) in zap_name_alloc_uint64() [all …]
|
H A D | zap.c | 92 static uint64_t zap_allocate_blocks(zap_t *zap, int nblocks); 109 fzap_upgrade(zap_t *zap, dmu_tx_t *tx, zap_flags_t flags) in fzap_upgrade() 160 zap_tryupgradedir(zap_t *zap, dmu_tx_t *tx) in zap_tryupgradedir() 176 zap_table_grow(zap_t *zap, zap_table_phys_t *tbl, in zap_table_grow() 253 zap_table_store(zap_t *zap, zap_table_phys_t *tbl, uint64_t idx, uint64_t val, in zap_table_store() 300 zap_table_load(zap_t *zap, zap_table_phys_t *tbl, uint64_t idx, uint64_t *valp) in zap_table_load() 349 zap_grow_ptrtbl(zap_t *zap, dmu_tx_t *tx) in zap_grow_ptrtbl() 398 zap_increment_num_entries(zap_t *zap, int delta, dmu_tx_t *tx) in zap_increment_num_entries() 408 zap_allocate_blocks(zap_t *zap, int nblocks) in zap_allocate_blocks() 426 zap_create_leaf(zap_t *zap, dmu_tx_t *tx) in zap_create_leaf() [all …]
|
H A D | zap_leaf.c | 529 zap_entry_read_name(zap_t *zap, const zap_entry_handle_t *zeh, uint16_t buflen, in zap_entry_read_name() 689 const char *name, zap_t *zap) in zap_entry_normalization_conflict() 817 zap_leaf_stats(zap_t *zap, zap_leaf_t *l, zap_stats_t *zs) in zap_leaf_stats()
|