HomeSort by relevance Sort by last modified time
    Searched refs:dmu_tx_create (Results 1 - 13 of 13) sorted by null

  /netvirt/usr/src/uts/common/fs/zfs/sys/
dmu_tx.h 103 dmu_tx_t *dmu_tx_create(objset_t *dd);
dmu.h 408 dmu_tx_t *dmu_tx_create(objset_t *os);
  /netvirt/usr/src/uts/common/fs/zfs/
zvol.c 275 tx = dmu_tx_create(os);
542 tx = dmu_tx_create(zv->zv_objset);
590 tx = dmu_tx_create(zv->zv_objset);
855 dmu_tx_t *tx = dmu_tx_create(os);
951 dmu_tx_t *tx = dmu_tx_create(zv->zv_objset);
dmu_send.c 803 tx = dmu_tx_create(os);
885 tx = dmu_tx_create(os);
919 tx = dmu_tx_create(os);
951 tx = dmu_tx_create(os);
zil.c 351 tx = dmu_tx_create(zilog->zl_os);
419 tx = dmu_tx_create(zilog->zl_os);
    [all...]
zfs_dir.c 537 tx = dmu_tx_create(zfsvfs->z_os);
607 tx = dmu_tx_create(os);
817 tx = dmu_tx_create(zfsvfs->z_os);
zfs_vnops.c 139 * tx = dmu_tx_create(...); // get DMU tx
708 tx = dmu_tx_create(zfsvfs->z_os);
1215 tx = dmu_tx_create(os);
    [all...]
zfs_znode.c 262 dmu_tx_t *tx = dmu_tx_create(os);
1115 tx = dmu_tx_create(zfsvfs->z_os);
    [all...]
dmu_tx.c 61 dmu_tx_create(objset_t *os) function
zfs_vfsops.c     [all...]
zfs_acl.c     [all...]
dsl_dataset.c 866 dmu_tx_t *tx = dmu_tx_create(os);
    [all...]
  /netvirt/usr/src/cmd/ztest/
ztest.c 723 tx = dmu_tx_create(os);
758 tx = dmu_tx_create(os);
    [all...]

Completed in 360 milliseconds