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 D | dnode.h | 79 blkptr_t dn_spill; member
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | dnode.h | 144 blkptr_t dn_spill; member
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dmu_traverse.c | 437 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 D | dbuf.c | 1783 *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 D | dnode_sync.c | 661 free_blocks(dn, &dn->dn_phys->dn_spill, 1, tx); in dnode_sync()
|
H A D | dmu_tx.c | 1562 bp = &dn->dn_phys->dn_spill; in dmu_tx_hold_spill()
|
H A D | dsl_scan.c | 724 dsl_scan_visitbp(&dnp->dn_spill, in dsl_scan_visitdnode()
|
H A D | dnode.c | 331 byteswap_uint64_array(&dnp->dn_spill, sizeof (blkptr_t)); in dnode_byteswap()
|
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 678 : 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 D | fsys_zfs.c | 1780 blkptr_t *bp = &DNODE->dn_spill; in zfs_open()
|