Searched refs:zap_t (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/include/sys/ |
| HD | zap_impl.h | 169 } zap_t; typedef 172 zap_f_phys(zap_t *zap) in zap_f_phys() 178 zap_m_phys(zap_t *zap) in zap_m_phys() 184 zap_t *zn_zap; 201 krw_t lti, boolean_t fatreader, boolean_t adding, void *tag, zap_t **zapp); 202 void zap_unlockdir(zap_t *zap, void *tag); 204 zap_name_t *zap_name_alloc_str(zap_t *zap, const char *key, matchtype_t mt); 206 int zap_hashbits(zap_t *zap); 207 uint32_t zap_maxcd(zap_t *zap); 208 uint64_t zap_getflags(zap_t *zap); [all …]
|
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | zap_micro.c | 44 static int mzap_upgrade(zap_t **zapp, 48 zap_getflags(zap_t *zap) in zap_getflags() 56 zap_hashbits(zap_t *zap) in zap_hashbits() 65 zap_maxcd(zap_t *zap) in zap_maxcd() 76 zap_t *zap = zn->zn_zap; in zap_hash() 132 zap_normalize(zap_t *zap, const char *name, char *namenorm, int normflags) in zap_normalize() 166 zap_name_alloc(zap_t *zap) in zap_name_alloc() 182 zap_t *zap = zn->zn_zap; in zap_name_init_str() 232 zap_name_alloc_str(zap_t *zap, const char *key, matchtype_t mt) in zap_name_alloc_str() 243 zap_name_alloc_uint64(zap_t *zap, const uint64_t *key, int numints) in zap_name_alloc_uint64() [all …]
|
| HD | zap.c | 83 static uint64_t zap_allocate_blocks(zap_t *zap, int nblocks); 99 fzap_upgrade(zap_t *zap, dmu_tx_t *tx, zap_flags_t flags) in fzap_upgrade() 150 zap_tryupgradedir(zap_t *zap, dmu_tx_t *tx) in zap_tryupgradedir() 166 zap_table_grow(zap_t *zap, zap_table_phys_t *tbl, in zap_table_grow() 243 zap_table_store(zap_t *zap, zap_table_phys_t *tbl, uint64_t idx, uint64_t val, in zap_table_store() 290 zap_table_load(zap_t *zap, zap_table_phys_t *tbl, uint64_t idx, uint64_t *valp) in zap_table_load() 348 zap_grow_ptrtbl(zap_t *zap, dmu_tx_t *tx) in zap_grow_ptrtbl() 397 zap_increment_num_entries(zap_t *zap, int delta, dmu_tx_t *tx) in zap_increment_num_entries() 407 zap_allocate_blocks(zap_t *zap, int nblocks) in zap_allocate_blocks() 425 zap_create_leaf(zap_t *zap, dmu_tx_t *tx) in zap_create_leaf() [all …]
|
| HD | zap_leaf.c | 493 zap_entry_read_name(zap_t *zap, const zap_entry_handle_t *zeh, uint16_t buflen, in zap_entry_read_name() 652 const char *name, zap_t *zap) in zap_entry_normalization_conflict() 807 zap_leaf_stats(zap_t *zap, zap_leaf_t *l, zap_stats_t *zs) in zap_leaf_stats()
|