Searched refs:dx_db (Results 1 – 1 of 1) sorted by relevance
71 struct dx_dirblock_info *dx_db);92 struct dx_dirblock_info *dx_db, *dx_parent; in e2fsck_pass2() local173 dx_db = dx_dir->dx_block; in e2fsck_pass2()174 if (dx_db->flags & DX_FLAG_REFERENCED) in e2fsck_pass2()175 dx_db->flags |= DX_FLAG_DUP_REF; in e2fsck_pass2()177 dx_db->flags |= DX_FLAG_REFERENCED; in e2fsck_pass2()182 for (b=0, dx_db = dx_dir->dx_block; in e2fsck_pass2()184 b++, dx_db++) { in e2fsck_pass2()185 if ((dx_db->type != DX_DIRBLOCK_LEAF) || in e2fsck_pass2()186 !(dx_db->flags & (DX_FLAG_FIRST | DX_FLAG_LAST))) in e2fsck_pass2()[all …]