Searched refs:s_bsize (Results 1 – 5 of 5) sorted by relevance
43 __le32 s_bsize; /* 4: aggregate block size in bytes; member
327 bsize = le32_to_cpu(j_sb->s_bsize); in chkSuper()
523 size = uspi->s_bsize; in ufs_read_cylinder_structures()648 size = uspi->s_bsize; in ufs_put_super_internal()1024 uspi->s_bsize = fs32_to_cpu(sb, usb1->fs_bsize); in ufs_fill_super()1045 if (!is_power_of_2(uspi->s_bsize)) { in ufs_fill_super()1047 __func__, uspi->s_bsize); in ufs_fill_super()1050 if (uspi->s_bsize < 4096) { in ufs_fill_super()1052 __func__, uspi->s_bsize); in ufs_fill_super()1055 if (uspi->s_bsize / uspi->s_fsize > 8) { in ufs_fill_super()1057 __func__, uspi->s_bsize / uspi->s_fsize); in ufs_fill_super()
870 #define DIRECT_BLOCK ((inode->i_size + uspi->s_bsize - 1) >> uspi->s_bshift)965 struct ufs_buffer_head *ubh = ubh_bread(sb, ind_block, uspi->s_bsize); in free_full_branch()1136 ubh[i] = ubh_bread(sb, block, uspi->s_bsize); in __ufs_truncate_blocks()
741 __u32 s_bsize; /* size of basic blocks */ member