Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h97 int64_t zfs_refcount_add_many(zfs_refcount_t *, uint64_t, const void *);
129 #define zfs_refcount_add_many(rc, number, holder) \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c135 zfs_refcount_add_many(zfs_refcount_t *rc, uint64_t number, const void *holder) in zfs_refcount_add_many() function
162 return (zfs_refcount_add_many(rc, 1, holder)); in zfs_refcount_add()
169 (void) zfs_refcount_add_many(rc, number, holder); in zfs_refcount_add_few()
H A Ddmu_tx.c216 (void) zfs_refcount_add_many(&txh->txh_space_towrite, len, FTAG); in dmu_tx_count_write()
283 (void) zfs_refcount_add_many(&txh->txh_space_towrite, DNODE_MIN_SIZE, in dmu_tx_count_dnode()
316 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_hold_remap_l1indirect()
423 (void) zfs_refcount_add_many(&txh->txh_memory_tohold, in dmu_tx_hold_free_impl()
484 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_hold_zap_impl()
574 (void) zfs_refcount_add_many(&txh->txh_space_towrite, space, FTAG); in dmu_tx_hold_space()
1255 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_hold_spill()
H A Darc.c2075 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()
2082 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()
2086 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()
2093 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment()
2296 (void) zfs_refcount_add_many(&new_state->arcs_size, in arc_change_state()
2323 (void) zfs_refcount_add_many( in arc_change_state()
2330 (void) zfs_refcount_add_many( in arc_change_state()
2336 (void) zfs_refcount_add_many( in arc_change_state()
6359 (void) zfs_refcount_add_many(&arc_anon->arcs_size, in arc_release()
8680 (void) zfs_refcount_add_many(&dev->l2ad_alloc, in l2arc_write_buffers()
[all …]
H A Dabd.c506 (void) zfs_refcount_add_many(&sabd->abd_children, abd->abd_size, abd); in abd_get_offset_impl()
605 (void) zfs_refcount_add_many(&abd->abd_children, n, buf); in abd_borrow_buf()
H A Ddbuf.c3236 (void) zfs_refcount_add_many( in dbuf_rele_and_unlock()