Searched refs:sb_set_blocksize (Results 1 – 25 of 37) sorted by relevance
12
/linux-6.12.1/fs/sysv/ |
D | super.c | 375 sb_set_blocksize(sb, BLOCK_SIZE); in sysv_fill_super() 392 sb_set_blocksize(sb, 512); in sysv_fill_super() 402 sb_set_blocksize(sb, 2048); in sysv_fill_super() 418 sb_set_blocksize(sb, BLOCK_SIZE); in sysv_fill_super() 494 sb_set_blocksize(sb, 512); in v7_fill_super()
|
/linux-6.12.1/fs/qnx6/ |
D | super_mmi.c | 72 if (!sb_set_blocksize(s, fs32_to_cpu(sbi, sb1->sb_blocksize))) { in qnx6_mmi_fill_super()
|
D | inode.c | 315 if (!sb_set_blocksize(s, QNX6_SUPERBLOCK_SIZE)) { in qnx6_fill_super() 357 if (!sb_set_blocksize(s, fs32_to_cpu(sbi, sb1->sb_blocksize))) { in qnx6_fill_super()
|
/linux-6.12.1/fs/hfsplus/ |
D | wrapper.c | 248 if (sb_set_blocksize(sb, blocksize) != blocksize) { in hfsplus_read_wrapper()
|
/linux-6.12.1/block/ |
D | bdev.c | 180 int sb_set_blocksize(struct super_block *sb, int size) in sb_set_blocksize() function 191 EXPORT_SYMBOL(sb_set_blocksize); 198 return sb_set_blocksize(sb, size); in sb_min_blocksize()
|
/linux-6.12.1/fs/omfs/ |
D | inode.c | 480 sb_set_blocksize(sb, 0x200); in omfs_fill_super() 526 sb_set_blocksize(sb, sbi->s_sys_blocksize); in omfs_fill_super()
|
/linux-6.12.1/fs/freevxfs/ |
D | vxfs_super.c | 246 if (!sb_set_blocksize(sbp, j)) { in vxfs_fill_super()
|
/linux-6.12.1/fs/minix/ |
D | inode.c | 193 if (!sb_set_blocksize(s, BLOCK_SIZE)) in minix_fill_super() 247 sb_set_blocksize(s, m3s->s_blocksize); in minix_fill_super()
|
/linux-6.12.1/fs/efs/ |
D | super.c | 265 if (!sb_set_blocksize(s, EFS_BLOCKSIZE)) { in efs_fill_super()
|
/linux-6.12.1/fs/affs/ |
D | affs.h | 231 sb_set_blocksize(sb, size); in affs_set_blocksize()
|
/linux-6.12.1/fs/hfs/ |
D | mdb.c | 126 if (!sb_set_blocksize(sb, size)) { in hfs_mdb_get()
|
/linux-6.12.1/fs/qnx4/ |
D | inode.c | 205 sb_set_blocksize(s, QNX4_BLOCK_SIZE); in qnx4_fill_super()
|
/linux-6.12.1/fs/erofs/ |
D | super.c | 615 if (!sb_set_blocksize(sb, PAGE_SIZE)) { in erofs_fc_fill_super() 634 if (!sb_set_blocksize(sb, 1 << sbi->blkszbits)) { in erofs_fc_fill_super()
|
/linux-6.12.1/fs/adfs/ |
D | super.c | 294 !sb_set_blocksize(sb, blocksize)) { in adfs_probe()
|
/linux-6.12.1/fs/romfs/ |
D | super.c | 461 sb_set_blocksize(sb, ROMBSIZE); in romfs_fill_super()
|
/linux-6.12.1/fs/bfs/ |
D | inode.c | 326 sb_set_blocksize(s, BFS_BSIZE); in bfs_fill_super()
|
/linux-6.12.1/fs/hpfs/ |
D | super.c | 587 sb_set_blocksize(s, 512); in hpfs_fill_super()
|
/linux-6.12.1/fs/ntfs3/ |
D | super.c | 1091 sb_set_blocksize(sb, min_t(u32, sbi->cluster_size, PAGE_SIZE)); in ntfs_init_from_boot() 1142 sb_set_blocksize(sb, block_size); in ntfs_init_from_boot()
|
/linux-6.12.1/fs/nilfs2/ |
D | the_nilfs.c | 738 if (!sb_set_blocksize(sb, blocksize)) { in init_nilfs()
|
/linux-6.12.1/fs/exfat/ |
D | super.c | 438 if (!sb_set_blocksize(sb, logical_sect)) { in exfat_calibrate_blocksize()
|
/linux-6.12.1/fs/jfs/ |
D | super.c | 527 sb_set_blocksize(sb, PSIZE); in jfs_fill_super()
|
/linux-6.12.1/fs/befs/ |
D | linuxvfs.c | 888 sb_set_blocksize(sb, (ulong) befs_sb->block_size); in befs_fill_super()
|
/linux-6.12.1/fs/zonefs/ |
D | super.c | 1271 sb_set_blocksize(sb, bdev_zone_write_granularity(sb->s_bdev)); in zonefs_fill_super()
|
/linux-6.12.1/fs/isofs/ |
D | inode.c | 816 sb_set_blocksize(s, orig_zonesize); in isofs_fill_super()
|
/linux-6.12.1/fs/ext2/ |
D | super.c | 971 if (!sb_set_blocksize(sb, blocksize)) { in ext2_fill_super()
|
12