Home
last modified time | relevance | path

Searched refs:dnode_phys_t (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/zfs/
H A Ddmu_objset.h21 dnode_phys_t os_meta_dnode;
25 char os_pad[OBJSET_PHYS_SIZE - sizeof(dnode_phys_t)*3 -
27 dnode_phys_t os_userused_dnode;
28 dnode_phys_t os_groupused_dnode;
H A Ddnode.h67 } dnode_phys_t; typedef
/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c141 dnode_phys_t dn;
160 dnode_phys_t *dnode_buf;
161 dnode_phys_t *dnode_mdn;
1158 memmove(&(buf->dn), (dnode_phys_t *) dnbuf + idx, DNODE_SIZE); in dnode_get()