Searched refs:fzap_update (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zap_impl.h | 304 int fzap_update(zap_name_t *zn, int integer_size, uint64_t num_integers,
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zap.c | 582 err = fzap_update(zn, integer_size, num_integers, val, tx); in zap_update_by_dnode() 590 err = fzap_update(zn, integer_size, num_integers, in zap_update_by_dnode() 639 err = fzap_update(zn, integer_size, num_integers, val, tx); in zap_update_uint64_by_dnode()
|
| H A D | zap_fat.c | 944 fzap_update(zap_name_t *zn, int integer_size, uint64_t num_integers, in fzap_update() function
|