Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h221 int fzap_update(zap_name_t *zn,
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c1075 err = fzap_update(zn, integer_size, num_integers, val, tx); in zap_update()
1083 err = fzap_update(zn, integer_size, num_integers, in zap_update()
1119 err = fzap_update(zn, integer_size, num_integers, val, tx); in zap_update_uint64()
H A Dzap.c847 fzap_update(zap_name_t *zn, in fzap_update() function