Home
last modified time | relevance | path

Searched refs:zeh (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c418 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 Dzap.c785 zap_entry_handle_t zeh; in fzap_lookup() local
794 err = zap_leaf_lookup(l, zn, &zeh); in fzap_lookup()
820 zap_entry_handle_t zeh; in fzap_add_cd() local
878 zap_entry_handle_t zeh; in fzap_update() local
921 zap_entry_handle_t zeh; in fzap_length() local
944 zap_entry_handle_t zeh; in fzap_remove() local
951 zap_entry_remove(&zeh); in fzap_remove()
1196 zap_entry_handle_t zeh; in fzap_cursor_retrieve() local
1254 zc->zc_hash = zeh.zeh_hash; in fzap_cursor_retrieve()
1255 zc->zc_cd = zeh.zeh_cd; in fzap_cursor_retrieve()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h187 struct zap_name *zn, zap_entry_handle_t *zeh);
194 uint64_t hash, uint32_t cd, zap_entry_handle_t *zeh);
202 extern int zap_entry_read(const zap_entry_handle_t *zeh,
205 extern int zap_entry_read_name(struct zap *zap, const zap_entry_handle_t *zeh,
213 extern int zap_entry_update(zap_entry_handle_t *zeh,
219 extern void zap_entry_remove(zap_entry_handle_t *zeh);
228 zap_entry_handle_t *zeh);
231 extern boolean_t zap_entry_normalization_conflict(zap_entry_handle_t *zeh,