Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_leaf.h233 extern int zap_entry_create(zap_leaf_t *l, struct zap_name *zn, uint32_t cd,
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap.c937 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 Dzap_leaf.c591 zap_entry_create(zap_leaf_t *l, zap_name_t *zn, uint32_t cd, in zap_entry_create() function