Lines Matching defs:root
20 * - directory type roots are spliced into the tree when a path from one root reaches the root
550 int nfs_show_options(struct seq_file *m, struct dentry *root)
552 struct nfs_server *nfss = NFS_SB(root->d_sb);
619 int nfs_show_devname(struct seq_file *m, struct dentry *root)
626 devname = nfs_path(&dummy, root, page, PAGE_SIZE, 0);
646 int nfs_show_stats(struct seq_file *m, struct dentry *root)
649 struct nfs_server *nfss = NFS_SB(root->d_sb);
659 seq_puts(m, sb_rdonly(root->d_sb) ? "ro" : "rw");
660 seq_puts(m, root->d_sb->s_flags & SB_SYNCHRONOUS ? ",sync" : "");
661 seq_puts(m, root->d_sb->s_flags & SB_NOATIME ? ",noatime" : "");
662 seq_puts(m, root->d_sb->s_flags & SB_NODIRATIME ? ",nodiratime" : "");
1007 struct super_block *sb = fc->root->d_sb;
1038 return nfs_probe_server(nfss, NFS_FH(d_inode(fc->root)));
1305 /* initial superblock/root creation */
1318 nfs_errorf(fc, "NFS: Couldn't get root dentry");