Home
last modified time | relevance | path

Searched refs:max_ino (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/fs/ext4/
H A Dialloc.c752 unsigned long max_ino = le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count); in ext4_mark_inode_used() local
759 if (ino < EXT4_FIRST_INO(sb) || ino > max_ino) in ext4_mark_inode_used()
1368 unsigned long max_ino = le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count); in ext4_orphan_get() local
1375 if (ino < EXT4_FIRST_INO(sb) || ino > max_ino) in ext4_orphan_get()
1411 if (NEXT_ORPHAN(inode) > max_ino) in ext4_orphan_get()
1427 printk(KERN_ERR "max_ino=%lu\n", max_ino); in ext4_orphan_get()
/kernel/linux/linux-6.6/fs/ext4/
H A Dialloc.c753 unsigned long max_ino = le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count); in ext4_mark_inode_used() local
760 if (ino < EXT4_FIRST_INO(sb) || ino > max_ino) in ext4_mark_inode_used()
1371 unsigned long max_ino = le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count); in ext4_orphan_get() local
1378 if (ino < EXT4_FIRST_INO(sb) || ino > max_ino) in ext4_orphan_get()
1414 if (NEXT_ORPHAN(inode) > max_ino) in ext4_orphan_get()
1430 printk(KERN_ERR "max_ino=%lu\n", max_ino); in ext4_orphan_get()

Completed in 5 milliseconds