Searched refs:zfs_refcount_add_many (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_refcount.h | 75 int64_t zfs_refcount_add_many(zfs_refcount_t *, uint64_t, const void *); 103 #define zfs_refcount_add_many(rc, number, holder) \
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | refcount.c | 125 zfs_refcount_add_many(zfs_refcount_t *rc, uint64_t number, const void *holder) in zfs_refcount_add_many() function 149 return (zfs_refcount_add_many(rc, 1, holder)); in zfs_refcount_add()
|
| H A D | dmu_tx.c | 231 (void) zfs_refcount_add_many(&txh->txh_space_towrite, len, FTAG); in dmu_tx_count_write() 295 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_count_dnode() 418 (void) zfs_refcount_add_many(&txh->txh_memory_tohold, in dmu_tx_hold_free_impl() 477 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_hold_zap_impl() 568 (void) zfs_refcount_add_many( in dmu_tx_hold_space() 1270 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_hold_spill()
|
| H A D | dmu_zfetch.c | 423 zfs_refcount_add_many(&zs->zs_blocks, pf_nblks + ipf_iend - ipf_istart, in dmu_zfetch()
|
| H A D | arc.c | 2241 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment() 2248 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment() 2252 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment() 2513 (void) zfs_refcount_add_many(&new_state->arcs_size, in arc_change_state() 2540 (void) zfs_refcount_add_many( in arc_change_state() 2547 (void) zfs_refcount_add_many( in arc_change_state() 2553 (void) zfs_refcount_add_many( in arc_change_state() 3452 (void) zfs_refcount_add_many(&dev->l2ad_alloc, in arc_hdr_realloc() 6742 (void) zfs_refcount_add_many(&arc_anon->arcs_size, in arc_release() 9251 (void) zfs_refcount_add_many(&dev->l2ad_alloc, in l2arc_write_buffers() [all …]
|
| H A D | abd.c | 563 (void) zfs_refcount_add_many(&sabd->abd_children, abd->abd_size, abd); in abd_get_offset_impl() 648 (void) zfs_refcount_add_many(&abd->abd_children, n, buf); in abd_borrow_buf()
|
| H A D | dbuf.c | 3712 size = zfs_refcount_add_many( in dbuf_rele_and_unlock()
|