Lines Matching defs:cifs_sb
67 path_to_dentry(struct cifs_sb_info *cifs_sb, const char *path)
73 sep = CIFS_DIR_SEP(cifs_sb);
74 dentry = dget(cifs_sb->root);
104 static const char *path_no_prefix(struct cifs_sb_info *cifs_sb,
112 if ((cifs_sb->mnt_cifs_flags & CIFS_MOUNT_USE_PREFIX_PATH) &&
113 cifs_sb->prepath) {
114 len = strlen(cifs_sb->prepath) + 1;
127 struct cifs_sb_info *cifs_sb,
160 if (cifs_sb->root == NULL)
163 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
193 npath = path_no_prefix(cifs_sb, path);
200 dentry = dget(cifs_sb->root);
202 dentry = path_to_dentry(cifs_sb, npath);
235 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_FILE),
425 const char *name, struct cifs_sb_info *cifs_sb)
430 rc = open_cached_dir(xid, tcon, name, cifs_sb, true, &cfid);
453 void close_all_cached_dirs(struct cifs_sb_info *cifs_sb)
455 struct rb_root *root = &cifs_sb->tlink_tree;