Searched defs:zap_entry_handle_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h180 } zap_entry_handle_t; typedef in typeref:struct:zap_entry_handle
187 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,

Completed in 77 milliseconds