Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext4/
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()
1369 unsigned long max_ino = le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count); in ext4_orphan_get() local
1376 if (ino < EXT4_FIRST_INO(sb) || ino > max_ino) in ext4_orphan_get()
1412 if (NEXT_ORPHAN(inode) > max_ino) in ext4_orphan_get()
1428 printk(KERN_ERR "max_ino=%lu\n", max_ino); in ext4_orphan_get()