Home
last modified time | relevance | path

Searched refs:znode_phys_t (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/tools/tools/zfsboottest/
H A Dzfsboottest.c89 const znode_phys_t *zp = (const znode_phys_t *) dn->dn_bonus; in zfs_read()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_byteswap.c161 znode_phys_t *zp = buf; in zfs_znode_byteswap()
163 ASSERT(size >= sizeof (znode_phys_t)); in zfs_znode_byteswap()
H A Dzfs_znode.c1148 doi.doi_bonus_size < sizeof (znode_phys_t)))) { in zfs_zget()
1305 doi.doi_bonus_size < sizeof (znode_phys_t)))) { in zfs_rezget()
2022 doi.doi_bonus_size < sizeof (znode_phys_t)) { in zfs_grab_sa_handle()
H A Dzfs_vfsops.c749 znode_phys_t *znp = data; in zfs_space_delta_cb()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_sa.h125 } znode_phys_t; typedef
/freebsd-12.1/lib/libprocstat/
H A Dzfs.c72 znode_phys_t zphys; in zfs_filestat()
/freebsd-12.1/stand/libsa/zfs/
H A Dzfsimpl.c2966 znode_phys_t *zp = (znode_phys_t *)dn->dn_bonus; in zfs_dnode_stat()
3054 if (psize + sizeof(znode_phys_t) <= dn->dn_bonuslen && in zfs_dnode_readlink()
3055 sizeof(znode_phys_t) <= sizeof(dn->dn_bonus)) { in zfs_dnode_readlink()
3056 memcpy(path, &dn->dn_bonus[sizeof(znode_phys_t)], psize); in zfs_dnode_readlink()
/freebsd-12.1/stand/i386/zfsboot/
H A Dzfsboot.c167 const znode_phys_t *zp = (const znode_phys_t *) dnode->dn_bonus; in zfs_read()
/freebsd-12.1/sys/cddl/boot/zfs/
H A Dzfsimpl.h1526 } znode_phys_t; typedef