Lines Matching refs:full_path
64 struct cifs_sb_info *cifs_sb, const char *full_path, in smb2_compound_op() argument
105 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op()
168 full_path); in smb2_compound_op()
202 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
205 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
212 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
230 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
248 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
282 full_path); in smb2_compound_op()
321 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
348 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
507 struct cifs_sb_info *cifs_sb, const char *full_path, in smb2_query_path_info() argument
526 if (!strlen(full_path) && !no_cached_open) { in smb2_query_path_info()
545 cifs_get_readable_path(tcon, full_path, &cfile); in smb2_query_path_info()
546 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
554 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
571 struct cifs_sb_info *cifs_sb, const char *full_path, in smb311_posix_query_path_info() argument
595 cifs_get_readable_path(tcon, full_path, &cfile); in smb311_posix_query_path_info()
596 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb311_posix_query_path_info()
605 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb311_posix_query_path_info()
721 const char *full_path, __u64 size, in smb2_set_path_size() argument
726 return smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_set_path_size()
732 smb2_set_file_info(struct inode *inode, const char *full_path, in smb2_set_file_info() argument
748 rc = smb2_compound_op(xid, tlink_tcon(tlink), cifs_sb, full_path, in smb2_set_file_info()