Searched refs:s_bsize (Results 1 – 2 of 2) sorted by relevance
32 __le32 s_bsize; /* 4: aggregate block size in bytes; member
1000 uspi->s_bsize = fs32_to_cpu(sb, usb1->fs_bsize); in ufs_fill_super()1021 if (!is_power_of_2(uspi->s_bsize)) { in ufs_fill_super()1023 __func__, uspi->s_bsize); in ufs_fill_super()1026 if (uspi->s_bsize < 4096) { in ufs_fill_super()1028 __func__, uspi->s_bsize); in ufs_fill_super()1031 if (uspi->s_bsize / uspi->s_fsize > 8) { in ufs_fill_super()1033 __func__, uspi->s_bsize / uspi->s_fsize); in ufs_fill_super()