Searched refs:zfs_refcount_add_many (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_refcount.h | 90 int64_t zfs_refcount_add_many(zfs_refcount_t *, uint64_t, const void *); 122 #define zfs_refcount_add_many(rc, number, holder) \
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_tx.c | 241 (void) zfs_refcount_add_many(&txh->txh_space_towrite, len, FTAG); in dmu_tx_count_write() 311 (void) zfs_refcount_add_many(&txh->txh_space_towrite, len, FTAG); in dmu_tx_count_append() 352 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_count_dnode() 507 (void) zfs_refcount_add_many(&txh->txh_memory_tohold, in dmu_tx_count_free() 563 (void) zfs_refcount_add_many(&txh->txh_memory_tohold, in dmu_tx_count_clone() 570 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_count_clone() 623 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_hold_zap_impl() 714 (void) zfs_refcount_add_many( in dmu_tx_hold_space() 1574 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_hold_spill()
|
H A D | refcount.c | 129 zfs_refcount_add_many(zfs_refcount_t *rc, uint64_t number, const void *holder) in zfs_refcount_add_many() function 156 return (zfs_refcount_add_many(rc, 1, holder)); in zfs_refcount_add() 163 (void) zfs_refcount_add_many(rc, number, holder); in zfs_refcount_add_few()
|
H A D | arc.c | 2245 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment() 2251 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment() 2255 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment() 2263 (void) zfs_refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment() 2503 (void) zfs_refcount_add_many( in arc_change_state() 2528 (void) zfs_refcount_add_many( in arc_change_state() 2534 (void) zfs_refcount_add_many( in arc_change_state() 2540 (void) zfs_refcount_add_many( in arc_change_state() 3414 (void) zfs_refcount_add_many(&dev->l2ad_alloc, in arc_hdr_realloc() 5255 (void) zfs_refcount_add_many(&state->arcs_size[type], size, in arc_get_data_impl() [all …]
|
H A D | abd.c | 575 (void) zfs_refcount_add_many(&sabd->abd_children, abd->abd_size, abd); in abd_get_offset_impl()
|
H A D | dbuf.c | 4233 (void) zfs_refcount_add_many( in dbuf_rele_and_unlock() 4235 size = zfs_refcount_add_many( in dbuf_rele_and_unlock()
|
H A D | metaslab.c | 4804 (void) zfs_refcount_add_many(&mga->mga_queue_depth, psize, tag); in metaslab_group_alloc_increment()
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | abd_os.c | 386 (void) zfs_refcount_add_many(&abd->abd_children, n, buf); in abd_borrow_buf()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | abd_os.c | 607 (void) zfs_refcount_add_many(&abd->abd_children, n, buf); in abd_borrow_buf()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | abd_os.c | 978 (void) zfs_refcount_add_many(&abd->abd_children, n, buf); in abd_borrow_buf()
|