HomeSort by: relevance | last modified time | path
    Searched refs:bpo_dbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
bpobj.c 159 ASSERT(bpo->bpo_dbuf == NULL);
165 err = dmu_bonus_hold(os, object, bpo, &bpo->bpo_dbuf);
174 bpo->bpo_phys = bpo->bpo_dbuf->db_data;
185 dmu_buf_rele(bpo->bpo_dbuf, bpo);
188 bpo->bpo_dbuf = NULL;
216 dmu_buf_will_dirty(bpo->bpo_dbuf, tx);
398 dmu_buf_will_dirty(bpo->bpo_dbuf, tx);
443 dmu_buf_will_dirty(subbpo.bpo_dbuf, tx);
510 dmu_buf_will_dirty(bpo->bpo_dbuf, tx);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
bpobj.h 64 dmu_buf_t *bpo_dbuf; member in struct:bpobj

Completed in 20 milliseconds