Searched refs:s_bsize (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_superblock.h | 32 __le32 s_bsize; /* 4: aggregate block size in bytes; member 35 __le16 s_l2bsize; /* 2: log2 of s_bsize */ 36 __le16 s_l2bfactor; /* 2: log2(s_bsize/hardware block size) */
|
H A D | jfs_mount.c | 309 bsize = le32_to_cpu(j_sb->s_bsize); in chkSuper()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_superblock.h | 32 __le32 s_bsize; /* 4: aggregate block size in bytes; member 35 __le16 s_l2bsize; /* 2: log2 of s_bsize */ 36 __le16 s_l2bfactor; /* 2: log2(s_bsize/hardware block size) */
|
H A D | jfs_mount.c | 313 bsize = le32_to_cpu(j_sb->s_bsize); in chkSuper()
|
/kernel/linux/linux-5.10/fs/ufs/ |
H A D | super.c | 525 size = uspi->s_bsize; in ufs_read_cylinder_structures() 660 size = uspi->s_bsize; in ufs_put_super_internal() 1066 uspi->s_bsize = fs32_to_cpu(sb, usb1->fs_bsize); in ufs_fill_super() 1087 if (!is_power_of_2(uspi->s_bsize)) { in ufs_fill_super() 1089 __func__, uspi->s_bsize); in ufs_fill_super() 1092 if (uspi->s_bsize < 4096) { in ufs_fill_super() 1094 __func__, uspi->s_bsize); in ufs_fill_super() 1097 if (uspi->s_bsize / uspi->s_fsize > 8) { in ufs_fill_super() 1099 __func__, uspi->s_bsize / uspi->s_fsize); in ufs_fill_super() 1180 /* s_bsize alread in ufs_fill_super() [all...] |
H A D | ufs_fs.h | 740 __u32 s_bsize; /* size of basic blocks */ member
|
H A D | inode.c | 980 struct ufs_buffer_head *ubh = ubh_bread(sb, ind_block, uspi->s_bsize); in free_full_branch() 1154 ubh[i] = ubh_bread(sb, block, uspi->s_bsize); in ufs_truncate_blocks()
|
/kernel/linux/linux-6.6/fs/ufs/ |
H A D | super.c | 524 size = uspi->s_bsize; in ufs_read_cylinder_structures() 659 size = uspi->s_bsize; in ufs_put_super_internal() 1065 uspi->s_bsize = fs32_to_cpu(sb, usb1->fs_bsize); in ufs_fill_super() 1086 if (!is_power_of_2(uspi->s_bsize)) { in ufs_fill_super() 1088 __func__, uspi->s_bsize); in ufs_fill_super() 1091 if (uspi->s_bsize < 4096) { in ufs_fill_super() 1093 __func__, uspi->s_bsize); in ufs_fill_super() 1096 if (uspi->s_bsize / uspi->s_fsize > 8) { in ufs_fill_super() 1098 __func__, uspi->s_bsize / uspi->s_fsize); in ufs_fill_super() 1179 /* s_bsize alread in ufs_fill_super() [all...] |
H A D | ufs_fs.h | 740 __u32 s_bsize; /* size of basic blocks */ member
|
H A D | inode.c | 984 struct ufs_buffer_head *ubh = ubh_bread(sb, ind_block, uspi->s_bsize); in free_full_branch() 1158 ubh[i] = ubh_bread(sb, block, uspi->s_bsize); in ufs_truncate_blocks()
|
Completed in 15 milliseconds