Lines Matching refs:root
249 cifs_dbg(VFS, "%s: get root inode failed\n", __func__);
479 cifs_show_options(struct seq_file *s, struct dentry *root)
481 struct cifs_sb_info *cifs_sb = CIFS_SB(root->d_sb);
595 if (root->d_sb->s_flags & SB_POSIXACL)
683 static int cifs_show_stats(struct seq_file *s, struct dentry *root)
725 * Get root dentry from superblock according to prefix path mount option.
745 cifs_dbg(FYI, "Get root dentry for %s\n", full_path);
795 struct dentry *root;
812 root = ERR_PTR(-ENOMEM);
818 root = ERR_PTR(-ENOMEM);
824 root = ERR_PTR(rc);
833 root = ERR_PTR(rc);
846 root = ERR_CAST(sb);
857 root = ERR_PTR(rc);
864 root = cifs_get_root(volume_info, sb);
865 if (IS_ERR(root))
868 cifs_dbg(FYI, "dentry root is: %p\n", root);
873 return root;
876 return root;