Searched refs:smb2_compound_op (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/fs/cifs/ |
| D | smb2inode.c | 58 static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op() function 540 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, FILE_READ_ATTRIBUTES, FILE_OPEN, in smb2_query_path_info() 556 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, FILE_READ_ATTRIBUTES, in smb2_query_path_info() 590 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, FILE_READ_ATTRIBUTES, FILE_OPEN, in smb311_posix_query_path_info() 607 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, FILE_READ_ATTRIBUTES, in smb311_posix_query_path_info() 624 return smb2_compound_op(xid, tcon, cifs_sb, name, in smb2_mkdir() 646 tmprc = smb2_compound_op(xid, tcon, cifs_sb, name, in smb2_mkdir_setinfo() 659 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_rmdir() 668 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_unlink() 687 rc = smb2_compound_op(xid, tcon, cifs_sb, from_name, access, in smb2_set_path_attr() [all …]
|