Lines Matching defs:full_path
59 struct cifs_sb_info *cifs_sb, const char *full_path,
102 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb);
110 .path = full_path,
167 full_path);
201 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, tcon->tid, full_path);
204 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path);
211 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path);
229 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path);
264 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path);
298 full_path);
337 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path);
364 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path);
577 const char *full_path,
592 if (strcmp(full_path, ""))
595 rc = open_cached_dir(xid, tcon, full_path, cifs_sb, false, &cfid);
608 cifs_get_readable_path(tcon, full_path, &cfile);
609 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, FILE_READ_ATTRIBUTES, FILE_OPEN,
629 cifs_get_readable_path(tcon, full_path, &cfile);
630 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
642 full_path, &islink);
661 const char *full_path,
686 cifs_get_readable_path(tcon, full_path, &cfile);
687 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, FILE_READ_ATTRIBUTES, FILE_OPEN,
707 cifs_get_readable_path(tcon, full_path, &cfile);
708 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, FILE_READ_ATTRIBUTES,
849 const char *full_path, __u64 size,
855 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile);
856 return smb2_compound_op(xid, tcon, cifs_sb, full_path,
862 smb2_set_file_info(struct inode *inode, const char *full_path,
881 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile);
882 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,