Lines Matching defs:full_path
64 struct cifs_sb_info *cifs_sb, const char *full_path,
105 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb);
168 full_path);
202 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, tcon->tid, full_path);
205 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path);
212 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path);
230 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path);
265 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path);
299 full_path);
338 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path);
365 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path);
524 struct cifs_sb_info *cifs_sb, const char *full_path,
543 if (!strlen(full_path) && !no_cached_open) {
562 cifs_get_readable_path(tcon, full_path, &cfile);
563 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
571 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
588 struct cifs_sb_info *cifs_sb, const char *full_path,
612 cifs_get_readable_path(tcon, full_path, &cfile);
613 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
622 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
738 const char *full_path, __u64 size,
743 return smb2_compound_op(xid, tcon, cifs_sb, full_path,
749 smb2_set_file_info(struct inode *inode, const char *full_path,
765 rc = smb2_compound_op(xid, tlink_tcon(tlink), cifs_sb, full_path,