Lines Matching refs:full_path
51 struct cifs_sb_info *cifs_sb, const char *full_path, in smb2_compound_op() argument
92 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); 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()
235 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
269 full_path); in smb2_compound_op()
308 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
335 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
496 struct cifs_sb_info *cifs_sb, const char *full_path, in smb2_query_path_info() argument
514 rc = open_cached_dir(xid, tcon, full_path, cifs_sb, &cfid); in smb2_query_path_info()
530 cifs_get_readable_path(tcon, full_path, &cfile); in smb2_query_path_info()
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()
556 struct cifs_sb_info *cifs_sb, const char *full_path, in smb311_posix_query_path_info() argument
580 cifs_get_readable_path(tcon, full_path, &cfile); in smb311_posix_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()
706 const char *full_path, __u64 size, in smb2_set_path_size() argument
711 return smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_set_path_size()
717 smb2_set_file_info(struct inode *inode, const char *full_path, in smb2_set_file_info() argument
733 rc = smb2_compound_op(xid, tlink_tcon(tlink), cifs_sb, full_path, in smb2_set_file_info()