Lines Matching full:blocksize
891 int blocksize = BLOCK_SIZE;
916 * See what the current blocksize for the device is, and
917 * use that as the blocksize. Otherwise (or if the blocksize
922 blocksize = sb_min_blocksize(sb, BLOCK_SIZE);
923 if (!blocksize) {
924 ext2_msg(sb, KERN_ERR, "error: unable to set blocksize");
932 if (blocksize != BLOCK_SIZE) {
933 logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize;
934 offset = (sb_block*BLOCK_SIZE) % blocksize;
993 blocksize = BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size);
1000 } else if (blocksize != PAGE_SIZE) {
1001 ext2_msg(sb, KERN_ERR, "unsupported blocksize for DAX\n");
1006 /* If the blocksize doesn't match, re-read the thing.. */
1007 if (sb->s_blocksize != blocksize) {
1010 if (!sb_set_blocksize(sb, blocksize)) {
1012 "error: bad blocksize %d", blocksize);
1016 logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize;
1017 offset = (sb_block*BLOCK_SIZE) % blocksize;
1045 (sbi->s_inode_size > blocksize)) {
1075 ext2_msg(sb, KERN_ERR, "error: unsupported blocksize");
1081 "error: fragsize log %u != blocksize log %u",