Searched refs:smb2_compound_op (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/fs/cifs/ |
| D | smb2inode.c | 50 smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op() function 531 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info() 539 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info() 581 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb311_posix_query_path_info() 590 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb311_posix_query_path_info() 611 return smb2_compound_op(xid, tcon, cifs_sb, name, in smb2_mkdir() 633 tmprc = smb2_compound_op(xid, tcon, cifs_sb, name, in smb2_mkdir_setinfo() 645 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_rmdir() 654 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_unlink() 673 rc = smb2_compound_op(xid, tcon, cifs_sb, from_name, access, in smb2_set_path_attr() [all …]
|