Home
last modified time | relevance | path

Searched refs:zfs_refcount_add_many (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_refcount.h89 int64_t zfs_refcount_add_many(zfs_refcount_t *, uint64_t, const void *);
121 #define zfs_refcount_add_many(rc, number, holder) \
/freebsd/sys/contrib/openzfs/module/zfs/
H A Drefcount.c128 zfs_refcount_add_many(zfs_refcount_t *rc, uint64_t number, const void *holder) in zfs_refcount_add_many() function
155 return (zfs_refcount_add_many(rc, 1, holder)); in zfs_refcount_add()
162 (void) zfs_refcount_add_many(rc, number, holder); in zfs_refcount_add_few()
H A Ddmu_tx.c238 (void) zfs_refcount_add_many(&txh->txh_space_towrite, len, FTAG); in dmu_tx_count_write()
308 (void) zfs_refcount_add_many(&txh->txh_space_towrite, len, FTAG); in dmu_tx_count_append()
349 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_count_dnode()
504 (void) zfs_refcount_add_many(&txh->txh_memory_tohold, in dmu_tx_count_free()
593 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_hold_zap_impl()
684 (void) zfs_refcount_add_many( in dmu_tx_hold_space()
1447 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_hold_spill()
H A Darc.c2211 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()
2217 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()
2221 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()
2229 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()
2469 (void) zfs_refcount_add_many( in arc_change_state()
2494 (void) zfs_refcount_add_many( in arc_change_state()
2500 (void) zfs_refcount_add_many( in arc_change_state()
2506 (void) zfs_refcount_add_many( in arc_change_state()
3380 (void) zfs_refcount_add_many(&dev->l2ad_alloc, in arc_hdr_realloc()
9209 (void) zfs_refcount_add_many(&dev->l2ad_alloc, in l2arc_write_buffers()
[all …]
H A Dabd.c554 (void) zfs_refcount_add_many(&sabd->abd_children, abd->abd_size, abd); in abd_get_offset_impl()
657 (void) zfs_refcount_add_many(&abd->abd_children, n, buf); in abd_borrow_buf()
H A Ddbuf.c4036 (void) zfs_refcount_add_many( in dbuf_rele_and_unlock()
4038 size = zfs_refcount_add_many( in dbuf_rele_and_unlock()