Searched refs:zap_entry_create (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zap_leaf.h | 233 extern int zap_entry_create(zap_leaf_t *l, struct zap_name *zn, uint32_t cd,
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zap.c | 937 err = zap_entry_create(l, zn, cd, in fzap_add_cd() 997 err = zap_entry_create(l, zn, ZAP_NEED_CD, in fzap_update()
|
H A D | zap_leaf.c | 591 zap_entry_create(zap_leaf_t *l, zap_name_t *zn, uint32_t cd, in zap_entry_create() function
|