Home
last modified time | relevance | path

Searched refs:s_bsize (Results 1 – 5 of 5) sorted by relevance

/fs/ufs/
Dsuper.c523 size = uspi->s_bsize; in ufs_read_cylinder_structures()
648 size = uspi->s_bsize; in ufs_put_super_internal()
1041 uspi->s_bsize = fs32_to_cpu(sb, usb1->fs_bsize); in ufs_fill_super()
1062 if (!is_power_of_2(uspi->s_bsize)) { in ufs_fill_super()
1064 __func__, uspi->s_bsize); in ufs_fill_super()
1067 if (uspi->s_bsize < 4096) { in ufs_fill_super()
1069 __func__, uspi->s_bsize); in ufs_fill_super()
1072 if (uspi->s_bsize / uspi->s_fsize > 8) { in ufs_fill_super()
1074 __func__, uspi->s_bsize / uspi->s_fsize); in ufs_fill_super()
Dinode.c873 #define DIRECT_BLOCK ((inode->i_size + uspi->s_bsize - 1) >> uspi->s_bshift)
968 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()
Dufs_fs.h741 __u32 s_bsize; /* size of basic blocks */ member
/fs/jfs/
Djfs_superblock.h43 __le32 s_bsize; /* 4: aggregate block size in bytes; member
Djfs_mount.c321 bsize = le32_to_cpu(j_sb->s_bsize); in chkSuper()