Lines Matching defs:full_path

173 			    struct cifs_sb_info *cifs_sb, const char *full_path,
225 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb);
302 tcon->tid, full_path);
338 tcon->tid, full_path);
341 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path);
348 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path);
366 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path);
401 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path);
433 tcon->tid, full_path);
472 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path);
499 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path);
527 tcon->tid, full_path);
553 tcon->tid, full_path);
701 cifs_mark_open_handles_for_deleted_file(inode, full_path);
862 const char *full_path,
887 if (*full_path) {
890 rc = open_cached_dir(xid, tcon, full_path,
917 cifs_get_readable_path(tcon, full_path, &cfile);
918 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, FILE_READ_ATTRIBUTES,
920 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
950 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path,
954 cifs_get_readable_path(tcon, full_path, &cfile);
955 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
965 full_path, &islink);
1127 const char *full_path, __u64 size,
1139 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile);
1141 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, FILE_WRITE_DATA,
1144 full_path, &oparms, &in_iov,
1150 full_path, &oparms, &in_iov,
1158 smb2_set_file_info(struct inode *inode, const char *full_path,
1179 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile);
1180 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, FILE_WRITE_ATTRIBUTES,
1183 full_path, &oparms, &in_iov,
1194 const char *full_path,
1206 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path,
1223 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile);
1224 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, &oparms,
1227 rc = smb311_posix_get_inode_info(&new, full_path,
1232 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile);
1233 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, &oparms,
1236 rc = cifs_get_inode_info(&new, full_path,
1246 const char *full_path,
1256 cifs_dbg(FYI, "%s: path: %s\n", __func__, full_path);
1258 cifs_get_readable_path(tcon, full_path, &cfile);
1259 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, FILE_READ_ATTRIBUTES,
1262 full_path, &oparms, &in_iov,