Searched refs:eh_depth (Results 1 - 3 of 3) sorted by last modified time

/system/extras/ext4_utils/
H A Dext4_extents.h50 __le16 eh_depth; member in struct:ext4_extent_header
H A Dext4fixup.c519 if (ext_hdr->eh_depth != 0) {
520 critical_error("get_extent_ents called with eh_depth != 0\n");
548 if (ext_hdr->eh_depth == 0) {
549 critical_error("get_extent_idx called with eh_depth == 0\n");
562 if (tmp_ext_hdr->eh_depth == 0) {
583 if (extent_hdr->eh_depth == 0) {
H A Dextent.c105 hdr->eh_depth = 0;
115 hdr->eh_depth = 1;
144 hdr->eh_depth = 0;

Completed in 58 milliseconds