Searched refs:DX_DIRBLOCK_LEAF (Results 1 – 2 of 2) sorted by relevance
218 update_parents(dx_dir, DX_DIRBLOCK_LEAF); in e2fsck_pass2()238 if (dx_db->type == DX_DIRBLOCK_LEAF) { in e2fsck_pass2()1080 dx_db->type = DX_DIRBLOCK_LEAF; in check_dir_block()1114 is_leaf = dx_db ? (dx_db->type == DX_DIRBLOCK_LEAF) : 0; in check_dir_block()
115 #define DX_DIRBLOCK_LEAF 2 macro