Searched refs:dbuf_whichblock (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h239 uint64_t dbuf_whichblock(struct dnode *di, uint64_t offset);
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c121 blkid = dbuf_whichblock(dn, offset);
391 blkid = dbuf_whichblock(dn, offset);
511 blkid = dbuf_whichblock(dn, object * sizeof (dnode_phys_t));
536 blkid = dbuf_whichblock(dn, offset);
1199 blkid = dbuf_whichblock(dn, offset);
H A Ddnode.c1052 blk = dbuf_whichblock(mdn, object * sizeof (dnode_phys_t));
1554 if (dbuf_hold_impl(dn, 0, dbuf_whichblock(dn, off), TRUE,
1592 if (dbuf_hold_impl(dn, 0, dbuf_whichblock(dn, off+len),
1838 uint64_t blkid = dbuf_whichblock(dn, *offset) >> (epbs * lvl);
H A Ddbuf.c463 dbuf_whichblock(dnode_t *dn, uint64_t offset) function

Completed in 47 milliseconds