Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dnilfs.h116 #define NILFS_FIRST_INO(sb) (((struct the_nilfs *)sb->s_fs_info)->ns_first_ino) macro
119 ((ino) < NILFS_FIRST_INO(sb) && (NILFS_MDT_INO_BITS & BIT(ino)))
121 ((ino) >= NILFS_FIRST_INO(sb) || (NILFS_SYS_INO_BITS & BIT(ino)))
Dnamei.c462 if (ino < NILFS_FIRST_INO(sb) && ino != NILFS_ROOT_INO) in nilfs_get_dentry()