Lines Matching defs:ehp
170 struct ext4_extent_header *ehp;
172 ehp = (struct ext4_extent_header *)ip->i_db;
180 return (ext4_ext_walk_header(ip, ehp, 0));
223 struct ext4_extent_header *ehp;
225 ehp = (struct ext4_extent_header *)ip->i_data;
226 return (le16toh(ehp->eh_depth));
710 struct ext4_extent_header *ehp;
715 ehp = (struct ext4_extent_header *)ip->i_data;
716 ehp->eh_magic = htole16(EXT4_EXT_MAGIC);
717 ehp->eh_max = htole16(ext4_ext_space_root(ip));
1694 struct ext4_extent_header *ehp;
1699 ehp = (struct ext4_extent_header *)ip->i_db;
1702 error = ext4_ext_check_header(ip, ehp, depth);
1708 path[0].ep_header = ehp;