Searched refs:root_i (Results 1 – 1 of 1) sorted by relevance
517 struct inode *root_i; in jffs2_do_fill_super() local577 root_i = jffs2_iget(sb, 1); in jffs2_do_fill_super()578 if (IS_ERR(root_i)) { in jffs2_do_fill_super()580 ret = PTR_ERR(root_i); in jffs2_do_fill_super()587 sb->s_root = d_make_root(root_i); in jffs2_do_fill_super()