Searched refs:dmu_tx_hold_sa (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c551 dmu_tx_hold_sa(tx, dzp->z_sa_hdl, B_FALSE);
553 dmu_tx_hold_sa(tx, xzp->z_sa_hdl, B_FALSE);
651 dmu_tx_hold_sa(tx, xzp->z_sa_hdl, B_FALSE);
950 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_TRUE);
H A Dzfs_vnops.c848 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_FALSE);
1507 dmu_tx_hold_sa(tx, dzp->z_sa_hdl, B_FALSE);
1709 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_FALSE);
1726 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_TRUE);
1727 dmu_tx_hold_sa(tx, xzp->z_sa_hdl, B_FALSE);
2112 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_FALSE);
3102 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_TRUE);
3106 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_TRUE);
3108 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_FALSE);
3112 dmu_tx_hold_sa(t
[all...]
H A Dzfs_sa.c325 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_TRUE);
H A Dzfs_znode.c1471 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_FALSE);
1593 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_FALSE);
1702 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_FALSE);
H A Dzfs_replay.c710 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_FALSE);
H A Ddmu_tx.c1568 * For updating/adding a single attribute dmu_tx_hold_sa() should be used.
1665 * dmu_tx_hold_sa(dmu_tx_t *tx, sa_handle_t *, attribute, add, size)
1672 dmu_tx_hold_sa(dmu_tx_t *tx, sa_handle_t *hdl, boolean_t may_grow) function
H A Dzfs_acl.c1961 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_TRUE);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h686 void dmu_tx_hold_sa(dmu_tx_t *tx, struct sa_handle *hdl, boolean_t may_grow);

Completed in 72 milliseconds