Searched refs:znode_phys_t (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs_znode.h67 } znode_phys_t; typedef in typeref:struct:znode_phys
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_sa.h126 } znode_phys_t; typedef in typeref:struct:znode_phys
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_byteswap.c161 znode_phys_t *zp = buf;
163 ASSERT(size >= sizeof (znode_phys_t));
H A Dzfs_znode.c899 * in the old znode_phys_t format. Don't change this ordering
1124 doi.doi_bonus_size < sizeof (znode_phys_t)))) {
1213 doi.doi_bonus_size < sizeof (znode_phys_t)))) {
1906 doi.doi_bonus_size < sizeof (znode_phys_t)) {
H A Dzfs_vfsops.c590 znode_phys_t *znp = data;
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c2139 znode_phys_t *zp = (znode_phys_t *)dn->dn_bonus;
2280 if (sb.st_size + sizeof(znode_phys_t) <=
2281 dn.dn_bonuslen && sizeof(znode_phys_t) <=
2283 memcpy(path, &dn.dn_bonus[sizeof(znode_phys_t)],
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1470 } znode_phys_t; typedef in typeref:struct:znode_phys
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1806 filemax = ((znode_phys_t *)DN_BONUS(DNODE))->zp_size;

Completed in 90 milliseconds