Lines Matching refs:root
135 * Set up the parent pointer for the root directory, if
136 * present. (If the root directory is not present, we will
222 * This test doesn't apply for the root block
320 * This guarantees that the root node of the htree directories are
430 * yet, so we will fill it in with the root
530 struct ext2_dx_root_info *root;
541 root = (struct ext2_dx_root_info *) (block_buf + 24);
544 printf("Root node dump:\n");
545 printf("\t Reserved zero: %u\n", root->reserved_zero);
546 printf("\t Hash Version: %d\n", root->hash_version);
547 printf("\t Info length: %d\n", root->info_length);
548 printf("\t Indirect levels: %d\n", root->indirect_levels);
549 printf("\t Flags: %d\n", root->unused_flags);
552 ent = (struct ext2_dx_entry *) (block_buf + 24 + root->info_length);
719 struct ext2_dx_root_info *root;
804 root = (struct ext2_dx_root_info *) (buf + 24);
807 if ((root->reserved_zero ||
808 root->info_length < 8 ||
809 root->indirect_levels > 1) &&
815 dx_dir->hashversion = root->hash_version;
819 dx_dir->depth = root->indirect_levels + 1;
919 * Don't allow links to the root directory.
921 * catch this error case even if the root