Lines Matching defs:size
58 /* block size = 512, so bh1 != bh2 */
268 int size = detect_sysv(sbi, bh);
270 return size>2 ? 0 : size;
303 static int complete_read_super(struct super_block *sb, int silent, int size)
308 u_char n_bits = size+8;
329 printk("VFS: Found a %s FS (block size = %ld) on device %s\n",
355 int size = 0, i;
375 for (i = 0; i < ARRAY_SIZE(flavours) && !size; i++) {
380 size = flavours[i].test(SYSV_SB(sb), bh);
383 if (!size)
386 switch (size) {
410 if (complete_read_super(sb, silent, size))
431 printk("VFS: oldfs: unsupported block size (%dKb)\n",
432 1<<(size-2));
453 with a nonzero size that is a multiple of 16 */
478 panic("V7 FS: bad super-block size");
480 panic("sysv fs: bad i-node size");