Lines Matching refs:root
468 struct ext2_dx_root_info *root;
488 root = (struct ext2_dx_root_info *) (buf+24);
489 root->reserved_zero = 0;
490 root->hash_version = fs->super->s_def_hash_version;
491 root->info_length = 8;
492 root->indirect_levels = 0;
493 root->unused_flags = 0;
499 return root;
522 * outdir, and populates the root node and any necessary interior nodes.
530 struct ext2_dx_entry *root, *dx_ent = 0;
546 /* Just write out the root block, and we're done */
547 root = (struct ext2_dx_entry *) (outdir->buf + root_offset);
549 root->block = ext2fs_cpu_to_le32(i);
551 root->hash =
553 root++;
567 root = (struct ext2_dx_entry *)
569 root->block = ext2fs_cpu_to_le32(outdir->num);
571 root->hash =