Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h226 extern int zap_entry_create(zap_leaf_t *l, struct zap_name *zn, uint32_t cd,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap.c839 err = zap_entry_create(l, zn, cd, in fzap_add_cd()
895 err = zap_entry_create(l, zn, ZAP_NEED_CD, in fzap_update()
H A Dzap_leaf.c556 zap_entry_create(zap_leaf_t *l, zap_name_t *zn, uint32_t cd, in zap_entry_create() function