Searched refs:znode_phys_t (Results 1 – 8 of 8) sorted by relevance
161 znode_phys_t *zp = buf; in zfs_znode_byteswap()163 ASSERT(size >= sizeof (znode_phys_t)); in zfs_znode_byteswap()
1199 doi.doi_bonus_size < sizeof (znode_phys_t)))) { in zfs_zget()1291 doi.doi_bonus_size < sizeof (znode_phys_t)))) { in zfs_rezget()2017 doi.doi_bonus_size < sizeof (znode_phys_t)) { in zfs_grab_sa_handle()
623 znode_phys_t *znp = data; in zfs_space_delta_cb()
67 } znode_phys_t; typedef
129 } znode_phys_t; typedef
3532 znode_phys_t *zp = (znode_phys_t *)dn->dn_bonus; in zfs_dnode_stat()3625 if (psize + sizeof (znode_phys_t) <= dn->dn_bonuslen && in zfs_dnode_readlink()3626 sizeof (znode_phys_t) <= sizeof (dn->dn_bonus)) { in zfs_dnode_readlink()3627 memcpy(path, &dn->dn_bonus[sizeof (znode_phys_t)], psize); in zfs_dnode_readlink()
1665 } znode_phys_t; typedef
1809 filemax = ((znode_phys_t *)DN_BONUS(DNODE))->zp_size; in zfs_open()