Lines Matching defs:root
38 static int afs_show_devname(struct seq_file *m, struct dentry *root);
39 static int afs_show_options(struct seq_file *m, struct dentry *root);
156 static int afs_show_devname(struct seq_file *m, struct dentry *root)
158 struct afs_super_info *as = AFS_FS_S(root->d_sb);
190 static int afs_show_options(struct seq_file *m, struct dentry *root)
192 struct afs_super_info *as = AFS_FS_S(root->d_sb);
197 if (test_bit(AFS_VNODE_AUTOCELL, &AFS_FS_I(d_inode(root))->flags))
468 /* allocate the root inode and dentry */
556 * Get an AFS superblock and root directory.
588 /* initial superblock/root creation */
599 fc->root = dget(sb->s_root);