Home
last modified time | relevance | path

Searched refs:NILFS_ROOT_INO (Results 1 – 5 of 5) sorted by path

/linux/fs/nilfs2/
H A Dinode.c575 if (args->root && args->ino == NILFS_ROOT_INO) in nilfs_iget_set()
906 if (ii->i_root && inode->i_ino == NILFS_ROOT_INO) in nilfs_clear_inode()
H A Dnamei.c461 if (ino < NILFS_FIRST_INO(sb) && ino != NILFS_ROOT_INO) in nilfs_get_dentry()
H A Dnilfs.h114 #define NILFS_SYS_INO_BITS (BIT(NILFS_ROOT_INO) | NILFS_MDT_INO_BITS)
H A Dsuper.c904 inode = nilfs_iget(sb, root, NILFS_ROOT_INO); in nilfs_check_feature_compatibility()
1010 inode = nilfs_ilookup(sb, root, NILFS_ROOT_INO); in nilfs_checkpoint_is_mounted()
/linux/include/uapi/linux/
H A Dnilfs2_ondisk.h238 #define NILFS_ROOT_INO 2 /* Root file inode */ macro