Searched refs:root_i (Results 1 – 2 of 2) sorted by relevance
516 struct inode *root_i; in jffs2_do_fill_super() local576 root_i = jffs2_iget(sb, 1); in jffs2_do_fill_super()577 if (IS_ERR(root_i)) { in jffs2_do_fill_super()579 ret = PTR_ERR(root_i); in jffs2_do_fill_super()586 sb->s_root = d_make_root(root_i); in jffs2_do_fill_super()
3361 - struct inode *root_i;3421 - root_i = jffs2_iget(sb, 1);3422 - if (IS_ERR(root_i)) {3424 - ret = PTR_ERR(root_i);3431 - sb->s_root = d_make_root(root_i);