Searched refs:s_bsize (Results 1 – 5 of 5) sorted by relevance
32 __le32 s_bsize; /* 4: aggregate block size in bytes; member
313 bsize = le32_to_cpu(j_sb->s_bsize); in chkSuper()
1001 uspi->s_bsize = fs32_to_cpu(sb, usb1->fs_bsize); in ufs_fill_super()1022 if (!is_power_of_2(uspi->s_bsize)) { in ufs_fill_super()1024 __func__, uspi->s_bsize); in ufs_fill_super()1027 if (uspi->s_bsize < 4096) { in ufs_fill_super()1029 __func__, uspi->s_bsize); in ufs_fill_super()1032 if (uspi->s_bsize / uspi->s_fsize > 8) { in ufs_fill_super()1034 __func__, uspi->s_bsize / uspi->s_fsize); in ufs_fill_super()
966 struct ufs_buffer_head *ubh = ubh_bread(sb, ind_block, uspi->s_bsize); in free_full_branch()1139 ubh[i] = ubh_bread(sb, block, uspi->s_bsize); in ufs_truncate_blocks()
740 __u32 s_bsize; /* size of basic blocks */ member
Completed in 21 milliseconds