Searched refs:zeh (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zap_leaf.c | 418 zeh->zeh_cd = le->le_cd; in zap_leaf_lookup() 421 zeh->zeh_leaf = l; in zap_leaf_lookup() 464 zeh->zeh_chunkp = &zeh->zeh_fakechunk; in zap_leaf_lookup_closest() 465 zeh->zeh_leaf = l; in zap_leaf_lookup_closest() 478 ZAP_LEAF_ENTRY(zeh->zeh_leaf, *zeh->zeh_chunkp); in zap_entry_read() 499 ZAP_LEAF_ENTRY(zeh->zeh_leaf, *zeh->zeh_chunkp); in zap_entry_read_name() 540 ASSERT3P(zeh->zeh_chunkp, !=, &zeh->zeh_fakechunk); in zap_entry_remove() 632 zeh->zeh_leaf = l; in zap_entry_create() 635 zeh->zeh_cd = le->le_cd; in zap_entry_create() 637 zeh->zeh_chunkp = chunkp; in zap_entry_create() [all …]
|
| H A D | zap.c | 796 zap_entry_handle_t zeh; in fzap_lookup() local 805 err = zap_leaf_lookup(l, zn, &zeh); in fzap_lookup() 831 zap_entry_handle_t zeh; in fzap_add_cd() local 897 zap_entry_handle_t zeh; in fzap_update() local 940 zap_entry_handle_t zeh; in fzap_length() local 963 zap_entry_handle_t zeh; in fzap_remove() local 970 zap_entry_remove(&zeh); in fzap_remove() 1215 zap_entry_handle_t zeh; in fzap_cursor_retrieve() local 1280 zc->zc_hash = zeh.zeh_hash; in fzap_cursor_retrieve() 1281 zc->zc_cd = zeh.zeh_cd; in fzap_cursor_retrieve() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zap_leaf.h | 194 struct zap_name *zn, zap_entry_handle_t *zeh); 201 uint64_t hash, uint32_t cd, zap_entry_handle_t *zeh); 209 extern int zap_entry_read(const zap_entry_handle_t *zeh, 212 extern int zap_entry_read_name(struct zap *zap, const zap_entry_handle_t *zeh, 220 extern int zap_entry_update(zap_entry_handle_t *zeh, 226 extern void zap_entry_remove(zap_entry_handle_t *zeh); 235 zap_entry_handle_t *zeh); 238 extern boolean_t zap_entry_normalization_conflict(zap_entry_handle_t *zeh,
|