Lines Matching refs:cifs_sb
186 struct cifs_sb_info *cifs_sb, const char *fromName,
203 cifs_sb, fromName, buf, &bytes_written);
219 struct cifs_sb_info *cifs_sb, const unsigned char *path,
233 cifs_sb, path, buf, &bytes_read);
253 struct cifs_sb_info *cifs_sb, struct cifs_fattr *fattr,
271 cifs_sb, path, buf, &bytes_read);
307 struct cifs_sb_info *cifs_sb, const unsigned char *path,
319 oparms.cifs_sb = cifs_sb;
321 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR);
351 struct cifs_sb_info *cifs_sb, const unsigned char *path,
361 oparms.cifs_sb = cifs_sb;
363 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR);
389 struct cifs_sb_info *cifs_sb, const unsigned char *path,
402 oparms.cifs_sb = cifs_sb;
404 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR);
409 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
450 struct cifs_sb_info *cifs_sb, const unsigned char *path,
463 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
468 oparms.cifs_sb = cifs_sb;
470 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR);
519 struct cifs_sb_info *cifs_sb = CIFS_SB(inode->i_sb);
525 tlink = cifs_sb_tlink(cifs_sb);
541 cifs_sb->local_nls,
542 cifs_remap(cifs_sb));
550 cifs_sb);
609 struct cifs_sb_info *cifs_sb = CIFS_SB(inode->i_sb);
619 tlink = cifs_sb_tlink(cifs_sb);
641 if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_MF_SYMLINKS)
642 rc = query_mf_symlink(xid, tcon, cifs_sb, full_path,
652 rc = server->ops->query_symlink(xid, tcon, cifs_sb, full_path,
672 struct cifs_sb_info *cifs_sb = CIFS_SB(inode->i_sb);
680 tlink = cifs_sb_tlink(cifs_sb);
697 if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_MF_SYMLINKS)
698 rc = create_mf_symlink(xid, pTcon, cifs_sb, full_path, symname);
701 cifs_sb->local_nls,
702 cifs_remap(cifs_sb));