Lines Matching defs:root
36 static int qnx6_show_options(struct seq_file *seq, struct dentry *root);
47 static int qnx6_show_options(struct seq_file *seq, struct dentry *root)
49 struct super_block *sb = root->d_sb;
175 * Check the root directory of the filesystem to make sure
184 struct inode *root = d_inode(s->s_root);
185 struct address_space *mapping = root->i_mapping;
188 return "error reading root directory";
198 return "error reading root directory.";
301 struct inode *root;
443 /* prefetch root inode */
444 root = qnx6_iget(s, QNX6_ROOT_INO);
445 if (IS_ERR(root)) {
447 ret = PTR_ERR(root);
452 s->s_root = d_make_root(root);