Lines Matching refs:blocksize
173 int blocksize; /* Initial device blksize */ member
218 ctx->blocksize = n; in affs_parse_param()
314 int size, blocksize; in affs_fill_super() local
365 blocksize = ctx->blocksize; in affs_fill_super()
366 if (blocksize > 0) { in affs_fill_super()
367 i = j = blocksize; in affs_fill_super()
368 size = size / (blocksize / 512); in affs_fill_super()
371 for (blocksize = i; blocksize <= j; blocksize <<= 1, size >>= 1) { in affs_fill_super()
375 pr_debug("setting blocksize to %d\n", blocksize); in affs_fill_super()
376 affs_set_blocksize(sb, blocksize); in affs_fill_super()
394 ctx->blocksize, size, ctx->reserved); in affs_fill_super()
401 sbi->s_hashsize = blocksize / 4 - 56; in affs_fill_super()
481 sig, sig[3] + '0', blocksize); in affs_fill_super()
637 ctx->blocksize = -1; in affs_init_fs_context()