Home
last modified time | relevance | path

Searched refs:dn_spill (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddnode.h79 blkptr_t dn_spill; member
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h144 blkptr_t dn_spill; member
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu_traverse.c437 traverse_prefetch_metadata(td, &dnp->dn_spill, &czb); in prefetch_dnode_metadata()
472 err = traverse_visitbp(td, dnp, &dnp->dn_spill, &czb); in traverse_dnode()
H A Ddbuf.c1783 *bpp = &dn->dn_phys->dn_spill; in dbuf_findbp()
2597 db->db_blkptr = &dn->dn_phys->dn_spill; in dbuf_check_blkptr()
2879 db->db_blkptr == &dn->dn_phys->dn_spill); in dbuf_write_ready()
2999 db->db_blkptr == &dn->dn_phys->dn_spill); in dbuf_write_done()
H A Ddnode_sync.c661 free_blocks(dn, &dn->dn_phys->dn_spill, 1, tx); in dnode_sync()
H A Ddmu_tx.c1562 bp = &dn->dn_phys->dn_spill; in dmu_tx_hold_spill()
H A Ddsl_scan.c724 dsl_scan_visitbp(&dnp->dn_spill, in dsl_scan_visitdnode()
H A Ddnode.c331 byteswap_uint64_array(&dnp->dn_spill, sizeof (blkptr_t)); in dnode_byteswap()
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth678 : dn_spill ( dn -- p ) h# 180 + ;
1225 \ contents in 1st attr of dn_spill
1226 temp-space over dn_spill ( dst dn t-adr bp )
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1780 blkptr_t *bp = &DNODE->dn_spill; in zfs_open()