Searched refs:zap_t (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | 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; 200 krw_t lti, boolean_t fatreader, boolean_t adding, zap_t **zapp); 201 void zap_unlockdir(zap_t *zap); 203 zap_name_t *zap_name_alloc(zap_t *zap, const char *key, matchtype_t mt); 205 int zap_hashbits(zap_t *zap); 206 uint32_t zap_maxcd(zap_t *zap); 207 uint64_t zap_getflags(zap_t *zap); [all …]
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zap_micro.c | 44 extern inline mzap_phys_t *zap_m_phys(zap_t *zap); 46 static int mzap_upgrade(zap_t **zapp, dmu_tx_t *tx, zap_flags_t flags); 49 zap_getflags(zap_t *zap) in zap_getflags() 57 zap_hashbits(zap_t *zap) in zap_hashbits() 66 zap_maxcd(zap_t *zap) in zap_maxcd() 77 zap_t *zap = zn->zn_zap; in zap_hash() 135 zap_normalize(zap_t *zap, const char *name, char *namenorm) in zap_normalize() 178 zap_name_alloc(zap_t *zap, const char *key, matchtype_t mt) in zap_name_alloc() 208 zap_name_alloc_uint64(zap_t *zap, const uint64_t *key, int numints) in zap_name_alloc_uint64() 272 mze_insert(zap_t *zap, int chunkid, uint64_t hash) in mze_insert() [all …]
|
H A D | zap.c | 54 extern inline zap_phys_t *zap_f_phys(zap_t *zap); 56 static uint64_t zap_allocate_blocks(zap_t *zap, int nblocks); 74 fzap_upgrade(zap_t *zap, dmu_tx_t *tx, zap_flags_t flags) in fzap_upgrade() 129 zap_tryupgradedir(zap_t *zap, dmu_tx_t *tx) in zap_tryupgradedir() 145 zap_table_grow(zap_t *zap, zap_table_phys_t *tbl, in zap_table_grow() 221 zap_table_store(zap_t *zap, zap_table_phys_t *tbl, uint64_t idx, uint64_t val, in zap_table_store() 269 zap_table_load(zap_t *zap, zap_table_phys_t *tbl, uint64_t idx, uint64_t *valp) in zap_table_load() 321 zap_grow_ptrtbl(zap_t *zap, dmu_tx_t *tx) in zap_grow_ptrtbl() 373 zap_increment_num_entries(zap_t *zap, int delta, dmu_tx_t *tx) in zap_increment_num_entries() 383 zap_allocate_blocks(zap_t *zap, int nblocks) in zap_allocate_blocks() [all …]
|
H A D | zap_leaf.c | 517 zap_entry_read_name(zap_t *zap, const zap_entry_handle_t *zeh, uint16_t buflen, in zap_entry_read_name() 682 const char *name, zap_t *zap) in zap_entry_normalization_conflict() 842 zap_leaf_stats(zap_t *zap, zap_leaf_t *l, zap_stats_t *zs) in zap_leaf_stats()
|