Searched refs:omfs_rb (Results 1 – 1 of 1) sorted by relevance
459 struct omfs_root_block *omfs_rb; in omfs_fill_super() local542 omfs_rb = (struct omfs_root_block *)bh2->b_data; in omfs_fill_super()544 sbi->s_bitmap_ino = be64_to_cpu(omfs_rb->r_bitmap); in omfs_fill_super()545 sbi->s_clustersize = be32_to_cpu(omfs_rb->r_clustersize); in omfs_fill_super()547 if (sbi->s_num_blocks != be64_to_cpu(omfs_rb->r_num_blocks)) { in omfs_fill_super()551 (unsigned long long)be64_to_cpu(omfs_rb->r_num_blocks)); in omfs_fill_super()576 root = omfs_iget(sb, be64_to_cpu(omfs_rb->r_root_dir)); in omfs_fill_super()587 printk(KERN_DEBUG "omfs: Mounted volume %s\n", omfs_rb->r_name); in omfs_fill_super()