Home
last modified time | relevance | path

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

/fs/nilfs2/
Dnilfs.h116 #define NILFS_FIRST_INO(sb) (((struct the_nilfs *)sb->s_fs_info)->ns_first_ino) macro
121 ((ino) >= NILFS_FIRST_INO(sb) || \
Difile.c58 req.pr_entry_nr = NILFS_FIRST_INO(ifile->i_sb); in nilfs_ifile_create_inode()
Dnamei.c464 if (ino < NILFS_FIRST_INO(sb) && ino != NILFS_ROOT_INO) in nilfs_get_dentry()