Lines Matching defs:root
20 * - directory type roots are spliced into the tree when a path from one root reaches the root
519 int nfs_show_options(struct seq_file *m, struct dentry *root)
521 struct nfs_server *nfss = NFS_SB(root->d_sb);
588 int nfs_show_devname(struct seq_file *m, struct dentry *root)
595 devname = nfs_path(&dummy, root, page, PAGE_SIZE, 0);
615 int nfs_show_stats(struct seq_file *m, struct dentry *root)
618 struct nfs_server *nfss = NFS_SB(root->d_sb);
628 seq_puts(m, sb_rdonly(root->d_sb) ? "ro" : "rw");
629 seq_puts(m, root->d_sb->s_flags & SB_SYNCHRONOUS ? ",sync" : "");
630 seq_puts(m, root->d_sb->s_flags & SB_NOATIME ? ",noatime" : "");
631 seq_puts(m, root->d_sb->s_flags & SB_NODIRATIME ? ",nodiratime" : "");
988 struct super_block *sb = fc->root->d_sb;
1279 /* initial superblock/root creation */
1290 nfs_errorf(fc, "NFS: Couldn't get root dentry");