Lines Matching refs:cifs_sb

64 		 struct cifs_sb_info *cifs_sb, const char *full_path,
105 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb);
114 vars->oparms.create_options = cifs_create_options(cifs_sb, create_options);
118 vars->oparms.cifs_sb = cifs_sb;
524 struct cifs_sb_info *cifs_sb, const char *full_path,
544 rc = open_shroot(xid, tcon, cifs_sb, &cfid);
563 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
571 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
588 struct cifs_sb_info *cifs_sb, const char *full_path,
613 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
622 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
641 struct cifs_sb_info *cifs_sb)
643 return smb2_compound_op(xid, tcon, cifs_sb, name,
651 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon,
665 tmprc = smb2_compound_op(xid, tcon, cifs_sb, name,
675 struct cifs_sb_info *cifs_sb)
677 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN,
684 struct cifs_sb_info *cifs_sb)
686 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN,
694 struct cifs_sb_info *cifs_sb, __u32 access, int command,
700 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb);
705 rc = smb2_compound_op(xid, tcon, cifs_sb, from_name, access,
716 struct cifs_sb_info *cifs_sb)
723 cifs_sb, DELETE, SMB2_OP_RENAME, cfile);
729 struct cifs_sb_info *cifs_sb)
731 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb,
739 struct cifs_sb_info *cifs_sb, bool set_alloc)
743 return smb2_compound_op(xid, tcon, cifs_sb, full_path,
752 struct cifs_sb_info *cifs_sb = CIFS_SB(inode->i_sb);
761 tlink = cifs_sb_tlink(cifs_sb);
765 rc = smb2_compound_op(xid, tlink_tcon(tlink), cifs_sb, full_path,