Lines Matching defs:root
114 struct dentry *root = NULL;
152 root = d_make_root(inode);
153 if (!root) {
157 sb->s_root = root;
165 d_inode(root)->i_ino = v9fs_qid2ino(&st->qid);
166 v9fs_stat2inode_dotl(st, d_inode(root), 0);
176 d_inode(root)->i_ino = v9fs_qid2ino(&st->qid);
177 v9fs_stat2inode(st, d_inode(root), sb, 0);
185 v9fs_fid_add(root, fid);
199 * we will do the session_close and root dentry release