Lines Matching defs:root
149 struct inode *root = NULL;
199 /* get root fid from Venus: this needs the root inode */
208 /* make root inode */
209 root = coda_cnode_make(&fid, sb);
210 if (IS_ERR(root)) {
211 error = PTR_ERR(root);
212 pr_warn("Failure of coda_cnode_make for root: error %d\n",
218 __func__, root->i_ino, root->i_sb->s_id);
219 sb->s_root = d_make_root(root);