Searched refs:max_ino (Results 1 – 3 of 3) sorted by relevance
572 unsigned long max_ino = le32_to_cpu(EXT3_SB(sb)->s_es->s_inodes_count); in ext3_orphan_get() local580 if (ino > max_ino) { in ext3_orphan_get()614 if (NEXT_ORPHAN(inode) > max_ino) in ext3_orphan_get()634 printk(KERN_NOTICE "max_ino=%lu\n", max_ino); in ext3_orphan_get()
296 int max_ino; in recalculate_thresholds() local311 max_ino = info->bytes - 1; in recalculate_thresholds()313 max_bitmaps = ALIGN(max_ino, INODES_PER_BITMAP) / INODES_PER_BITMAP; in recalculate_thresholds()
1112 unsigned long max_ino = le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count); in ext4_orphan_get() local1119 if (ino < EXT4_FIRST_INO(sb) || ino > max_ino) in ext4_orphan_get()1156 if (NEXT_ORPHAN(inode) > max_ino) in ext4_orphan_get()1172 printk(KERN_ERR "max_ino=%lu\n", max_ino); in ext4_orphan_get()