Lines Matching defs:ipp
1177 zfs_root(zfsvfs_t *zfsvfs, struct inode **ipp)
1187 *ipp = ZTOI(rootzp);
1647 zfs_vget(struct super_block *sb, struct inode **ipp, fid_t *fidp)
1657 *ipp = NULL;
1697 return (zfsctl_snapdir_vget(sb, objsetid, fid_gen, ipp));
1710 *ipp = zfsvfs->z_ctldir;
1711 ASSERT(*ipp != NULL);
1714 VERIFY(zfsctl_root_lookup(*ipp, "snapshot", ipp,
1721 VERIFY3P(igrab(*ipp), !=, NULL);
1757 *ipp = ZTOI(zp);
1758 if (*ipp)
1759 zfs_znode_update_vfs(ITOZ(*ipp));