Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Dnilfs.h131 #define NILFS_FIRST_INO(sb) (((struct the_nilfs *)sb->s_fs_info)->ns_first_ino) macro
134 ((ino) < NILFS_FIRST_INO(sb) && (NILFS_MDT_INO_BITS & (1 << (ino))))
136 ((ino) >= NILFS_FIRST_INO(sb) || (NILFS_SYS_INO_BITS & (1 << (ino))))
Dnamei.c472 if (ino < NILFS_FIRST_INO(sb) && ino != NILFS_ROOT_INO) in nilfs_get_dentry()