Lines Matching defs:root
111 struct dentry *root = NULL;
149 root = d_make_root(inode);
150 if (!root) {
154 sb->s_root = root;
163 d_inode(root)->i_ino = v9fs_qid2ino(&st->qid);
164 v9fs_stat2inode_dotl(st, d_inode(root), 0);
175 d_inode(root)->i_ino = v9fs_qid2ino(&st->qid);
176 v9fs_stat2inode(st, d_inode(root), sb, 0);
184 v9fs_fid_add(root, &fid);
198 * we will do the session_close and root dentry release