Searched refs:bpl_dbuf (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dbplist.c47 if (bpl->bpl_dbuf == NULL) {
49 bpl->bpl_object, bpl, &bpl->bpl_dbuf);
52 bpl->bpl_phys = bpl->bpl_dbuf->db_data;
87 ASSERT(bpl->bpl_dbuf == NULL);
116 if (bpl->bpl_dbuf) {
117 dmu_buf_rele(bpl->bpl_dbuf, bpl);
118 bpl->bpl_dbuf = NULL;
228 dmu_buf_will_dirty(bpl->bpl_dbuf, tx);
285 dmu_buf_will_dirty(bpl->bpl_dbuf, tx);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dbplist.h67 dmu_buf_t *bpl_dbuf; member in struct:bplist
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c1073 if (bpl.bpl_dbuf->db_size == sizeof (bplist_phys_t)) {

Completed in 66 milliseconds