Searched refs:omfs_rb (Results 1 – 1 of 1) sorted by relevance
461 struct omfs_root_block *omfs_rb; in omfs_fill_super() local540 omfs_rb = (struct omfs_root_block *)bh2->b_data; in omfs_fill_super()542 sbi->s_bitmap_ino = be64_to_cpu(omfs_rb->r_bitmap); in omfs_fill_super()543 sbi->s_clustersize = be32_to_cpu(omfs_rb->r_clustersize); in omfs_fill_super()545 if (sbi->s_num_blocks != be64_to_cpu(omfs_rb->r_num_blocks)) { in omfs_fill_super()549 (unsigned long long)be64_to_cpu(omfs_rb->r_num_blocks)); in omfs_fill_super()574 root = omfs_iget(sb, be64_to_cpu(omfs_rb->r_root_dir)); in omfs_fill_super()585 printk(KERN_DEBUG "omfs: Mounted volume %s\n", omfs_rb->r_name); in omfs_fill_super()