Searched refs:rsbp (Results 1 – 1 of 1) sorted by relevance
151 struct vxfs_sb *rsbp; in vxfs_fill_super() local180 rsbp = (struct vxfs_sb *)bp->b_data; in vxfs_fill_super()181 if (rsbp->vs_magic != VXFS_SUPER_MAGIC) { in vxfs_fill_super()187 if ((rsbp->vs_version < 2 || rsbp->vs_version > 4) && !silent) { in vxfs_fill_super()189 rsbp->vs_version); in vxfs_fill_super()194 printk(KERN_DEBUG "vxfs: supported VxFS version (%d)\n", rsbp->vs_version); in vxfs_fill_super()195 printk(KERN_DEBUG "vxfs: blocksize: %d\n", rsbp->vs_bsize); in vxfs_fill_super()198 sbp->s_magic = rsbp->vs_magic; in vxfs_fill_super()201 infp->vsi_raw = rsbp; in vxfs_fill_super()203 infp->vsi_oltext = rsbp->vs_oltext[0]; in vxfs_fill_super()[all …]