Lines Matching refs:root
693 * Make sure the root inode is a directory; if
711 * dtime field set for the root and lost+found
714 * easily. But we will fix the root directory
1423 struct ext2_dx_root_info *root;
1446 root = (struct ext2_dx_root_info *) (block_buf + 24);
1448 if ((root->reserved_zero || root->info_length < 8) &&
1452 pctx->num = root->hash_version;
1453 if ((root->hash_version != EXT2_HASH_LEGACY) &&
1454 (root->hash_version != EXT2_HASH_HALF_MD4) &&
1455 (root->hash_version != EXT2_HASH_TEA) &&
1459 if ((root->unused_flags & EXT2_HASH_FLAG_INCOMPAT) &&
1463 pctx->num = root->indirect_levels;
1464 if ((root->indirect_levels > 1) &&