Lines Matching refs:full_path

47 			    struct cifs_sb_info *cifs_sb, const char *full_path,  in smb2_compound_op()  argument
90 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op()
98 .path = full_path, in smb2_compound_op()
155 full_path); in smb2_compound_op()
189 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
192 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
199 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
217 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
252 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
286 full_path); in smb2_compound_op()
325 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
352 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
565 const char *full_path, in smb2_query_path_info() argument
580 if (strcmp(full_path, "")) in smb2_query_path_info()
583 rc = open_cached_dir(xid, tcon, full_path, cifs_sb, false, &cfid); in smb2_query_path_info()
596 cifs_get_readable_path(tcon, full_path, &cfile); in smb2_query_path_info()
597 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, FILE_READ_ATTRIBUTES, FILE_OPEN, in smb2_query_path_info()
617 cifs_get_readable_path(tcon, full_path, &cfile); in smb2_query_path_info()
618 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
630 full_path, &islink); in smb2_query_path_info()
649 const char *full_path, in smb311_posix_query_path_info() argument
674 cifs_get_readable_path(tcon, full_path, &cfile); in smb311_posix_query_path_info()
675 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, FILE_READ_ATTRIBUTES, FILE_OPEN, in smb311_posix_query_path_info()
695 cifs_get_readable_path(tcon, full_path, &cfile); in smb311_posix_query_path_info()
696 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, FILE_READ_ATTRIBUTES, in smb311_posix_query_path_info()
832 const char *full_path, __u64 size, in smb2_set_path_size() argument
838 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size()
839 return smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_set_path_size()
845 smb2_set_file_info(struct inode *inode, const char *full_path, in smb2_set_file_info() argument
864 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_file_info()
865 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_set_file_info()