Searched refs:may_grow (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c1328 dmu_tx_hold_sa(dmu_tx_t *tx, sa_handle_t *hdl, boolean_t may_grow) argument
1355 if (may_grow && tx->tx_objset->os_sa->sa_layout_attr_obj)
1358 if (sa->sa_force_spill || may_grow || hdl->sa_spill) {
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Ddmu.h784 void dmu_tx_hold_sa(dmu_tx_t *tx, struct sa_handle *hdl, boolean_t may_grow);

Completed in 214 milliseconds