Lines Matching refs:full_path
55 struct cifs_sb_info *cifs_sb, const char *full_path, in smb2_compound_op() argument
96 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op()
159 full_path); in smb2_compound_op()
193 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
196 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
203 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
221 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
239 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
273 full_path); in smb2_compound_op()
312 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
339 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
500 struct cifs_sb_info *cifs_sb, const char *full_path, in smb2_query_path_info() argument
518 rc = open_cached_dir(xid, tcon, full_path, cifs_sb, &cfid); in smb2_query_path_info()
534 cifs_get_readable_path(tcon, full_path, &cfile); in smb2_query_path_info()
535 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
543 cifs_get_readable_path(tcon, full_path, &cfile); in smb2_query_path_info()
544 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
561 struct cifs_sb_info *cifs_sb, const char *full_path, in smb311_posix_query_path_info() argument
585 cifs_get_readable_path(tcon, full_path, &cfile); in smb311_posix_query_path_info()
586 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb311_posix_query_path_info()
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()
712 const char *full_path, __u64 size, in smb2_set_path_size() argument
718 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size()
719 return smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_set_path_size()
725 smb2_set_file_info(struct inode *inode, const char *full_path, in smb2_set_file_info() argument
744 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_file_info()
745 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_set_file_info()