Searched refs:zap_entry_handle_t (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zap_leaf.h | 187 } zap_entry_handle_t; typedef 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,
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zap_leaf.c | 390 zap_leaf_lookup(zap_leaf_t *l, zap_name_t *zn, zap_entry_handle_t *zeh) in zap_leaf_lookup() 435 uint64_t h, uint32_t cd, zap_entry_handle_t *zeh) in zap_leaf_lookup_closest() 474 zap_entry_read(const zap_entry_handle_t *zeh, in zap_entry_read() 495 zap_entry_read_name(zap_t *zap, const zap_entry_handle_t *zeh, uint16_t buflen, in zap_entry_read_name() 515 zap_entry_update(zap_entry_handle_t *zeh, in zap_entry_update() 536 zap_entry_remove(zap_entry_handle_t *zeh) in zap_entry_remove() 558 zap_entry_handle_t *zeh) in zap_entry_create() 653 zap_entry_normalization_conflict(zap_entry_handle_t *zeh, zap_name_t *zn, in zap_entry_normalization_conflict()
|
| H A D | zap.c | 796 zap_entry_handle_t zeh; in fzap_lookup() 831 zap_entry_handle_t zeh; in fzap_add_cd() 897 zap_entry_handle_t zeh; in fzap_update() 940 zap_entry_handle_t zeh; in fzap_length() 963 zap_entry_handle_t zeh; in fzap_remove() 1215 zap_entry_handle_t zeh; in fzap_cursor_retrieve()
|