Lines Matching defs:blocksize
160 unsigned int blocksize;
350 popt->blocksize = 1024;
472 popt->blocksize = n;
505 seq_printf(m, ",blocksize=%lu", root->d_sb->s_blocksize);
643 * First of all, get the hardware blocksize for this device.
644 * If we don't know what it is, or the hardware blocksize is
645 * larger than the blocksize the user specified, then use
657 opt.blocksize = sb_min_blocksize(s, opt.blocksize);
782 if (orig_zonesize < opt.blocksize)
825 * we may need to change the device blocksize, and would
839 * to change the device blocksize, so release the buffer now.
845 * Force the blocksize to 512 for 512 byte sectors. The file
849 * Note - we should never be setting the blocksize to something
858 * entries. By forcing the blocksize in this way, we ensure
1010 printk(KERN_WARNING "ISOFS: Logical zone size(%d) < hardware blocksize(%u)\n",
1011 orig_zonesize, opt.blocksize);