Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dnilfs.h135 #define NILFS_SYS_INO_BITS (BIT(NILFS_ROOT_INO) | NILFS_MDT_INO_BITS)
147 ((__ino) < NILFS_USER_INO && (__ino) != NILFS_ROOT_INO && \
H A Dsuper.c915 inode = nilfs_iget(sb, root, NILFS_ROOT_INO); in nilfs_get_root_dentry()
1021 inode = nilfs_ilookup(sb, root, NILFS_ROOT_INO); in nilfs_checkpoint_is_mounted()
H A Dinode.c521 if (args->root && args->ino == NILFS_ROOT_INO) in nilfs_iget_set()
841 if (ii->i_root && inode->i_ino == NILFS_ROOT_INO) in nilfs_clear_inode()
H A Dnamei.c485 if (ino < NILFS_FIRST_INO(sb) && ino != NILFS_ROOT_INO) in nilfs_get_dentry()
/linux/include/uapi/linux/
H A Dnilfs2_ondisk.h238 #define NILFS_ROOT_INO 2 /* Root file inode */ macro