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);
155 static int afs_show_devname(struct seq_file *m, struct dentry *root)
157 struct afs_super_info *as = AFS_FS_S(root->d_sb);
189 static int afs_show_options(struct seq_file *m, struct dentry *root)
191 struct afs_super_info *as = AFS_FS_S(root->d_sb);
196 if (test_bit(AFS_VNODE_AUTOCELL, &AFS_FS_I(d_inode(root))->flags))
467 /* allocate the root inode and dentry */
555 * Get an AFS superblock and root directory.
587 /* initial superblock/root creation */
598 fc->root = dget(sb->s_root);