Searched refs:smb2_compound_op (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/cifs/ |
| D | smb2inode.c | 51 smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op() function 480 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info() 488 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info() 507 return smb2_compound_op(xid, tcon, cifs_sb, name, in smb2_mkdir() 529 tmprc = smb2_compound_op(xid, tcon, cifs_sb, name, in smb2_mkdir_setinfo() 541 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_rmdir() 550 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_unlink() 569 rc = smb2_compound_op(xid, tcon, cifs_sb, from_name, access, in smb2_set_path_attr() 607 return smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_set_path_size() 629 rc = smb2_compound_op(xid, tlink_tcon(tlink), cifs_sb, full_path, in smb2_set_file_info()
|