Home
last modified time | relevance | path

Searched refs:max_ino (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dinode-map.c301 int max_ino; in recalculate_thresholds() local
316 max_ino = info->bytes - 1; in recalculate_thresholds()
318 max_bitmaps = ALIGN(max_ino, INODES_PER_BITMAP) / INODES_PER_BITMAP; in recalculate_thresholds()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dialloc.c755 unsigned long max_ino = le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count); in ext4_mark_inode_used() local
762 if (ino < EXT4_FIRST_INO(sb) || ino > max_ino) in ext4_mark_inode_used()
1367 unsigned long max_ino = le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count); in ext4_orphan_get() local
1374 if (ino < EXT4_FIRST_INO(sb) || ino > max_ino) in ext4_orphan_get()
1410 if (NEXT_ORPHAN(inode) > max_ino) in ext4_orphan_get()
1426 printk(KERN_ERR "max_ino=%lu\n", max_ino); in ext4_orphan_get()