Lines Matching defs:root
146 struct super_block *sb = fc->root->d_sb;
322 * Auto mount points get their node id from the submount root, which is
632 static int fuse_show_options(struct seq_file *m, struct dentry *root)
634 struct super_block *sb = root->d_sb;
1294 struct inode *root;
1311 root = fuse_iget(sb, parent_fi->nodeid, 0, &root_attr, 0, 0);
1317 get_fuse_inode(root)->nlookup--;
1319 sb->s_root = d_make_root(root);
1331 struct inode *root;
1389 root = fuse_get_root_inode(sb, ctx->rootmode);
1391 root_dentry = d_make_root(root);