Lines Matching refs:eh_depth
152 le16toh(eh->eh_max), le16toh(eh->eh_depth),
156 if (eh->eh_depth != 0)
226 return (le16toh(ehp->eh_depth));
460 if (le16toh(eh->eh_depth) != depth ||
461 le16toh(eh->eh_depth) > EXT4_EXT_DEPTH_MAX)
463 error_msg = "header: invalid eh_depth";
478 if (le16toh(eh->eh_depth) > EXT4_EXT_DEPTH_MAX) {
479 error_msg = "header: invalid eh_depth";
977 neh->eh_depth = 0;
1031 neh->eh_depth = htole16(depth - i);
1134 neh->eh_depth = htole16(path->ep_depth + 1);
1655 if (le16toh(eh->eh_depth) != depth) {
1657 "unexpected eh_depth");
1769 ext4_ext_header(ip)->eh_depth = 0;