Searched refs:omfs_rb (Results 1 – 1 of 1) sorted by relevance
431 struct omfs_root_block *omfs_rb; in omfs_fill_super() local512 omfs_rb = (struct omfs_root_block *)bh2->b_data; in omfs_fill_super()514 sbi->s_bitmap_ino = be64_to_cpu(omfs_rb->r_bitmap); in omfs_fill_super()515 sbi->s_clustersize = be32_to_cpu(omfs_rb->r_clustersize); in omfs_fill_super()517 if (sbi->s_num_blocks != be64_to_cpu(omfs_rb->r_num_blocks)) { in omfs_fill_super()521 (unsigned long long)be64_to_cpu(omfs_rb->r_num_blocks)); in omfs_fill_super()546 root = omfs_iget(sb, be64_to_cpu(omfs_rb->r_root_dir)); in omfs_fill_super()557 printk(KERN_DEBUG "omfs: Mounted volume %s\n", omfs_rb->r_name); in omfs_fill_super()