Lines Matching refs:full_path

173 			    struct cifs_sb_info *cifs_sb, const char *full_path,  in smb2_compound_op()  argument
226 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op()
309 ses->Suid, full_path); in smb2_compound_op()
345 ses->Suid, full_path); in smb2_compound_op()
348 trace_smb3_delete_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
355 trace_smb3_mkdir_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
373 trace_smb3_rmdir_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
408 trace_smb3_set_eof_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
440 ses->Suid, full_path); in smb2_compound_op()
479 trace_smb3_rename_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
506 trace_smb3_hardlink_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
534 ses->Suid, full_path); in smb2_compound_op()
560 ses->Suid, full_path); in smb2_compound_op()
595 ses->Suid, full_path); in smb2_compound_op()
742 cifs_mark_open_handles_for_deleted_file(inode, full_path); in smb2_compound_op()
875 const char *full_path, in parse_create_response() argument
889 full_path, in parse_create_response()
938 const char *full_path, in smb2_query_path_info() argument
963 if (*full_path) { in smb2_query_path_info()
966 rc = open_cached_dir(xid, tcon, full_path, in smb2_query_path_info()
993 cifs_get_readable_path(tcon, full_path, &cfile); in smb2_query_path_info()
994 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, FILE_READ_ATTRIBUTES, in smb2_query_path_info()
996 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
1009 rc = parse_create_response(data, cifs_sb, full_path, &out_iov[0]); in smb2_query_path_info()
1034 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, MAXIMUM_ALLOWED, in smb2_query_path_info()
1037 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
1046 rc = parse_create_response(data, cifs_sb, full_path, &out_iov[0]); in smb2_query_path_info()
1053 rc = parse_create_response(data, cifs_sb, full_path, &out_iov[0]); in smb2_query_path_info()
1067 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, in smb2_query_path_info()
1072 cifs_get_readable_path(tcon, full_path, &cfile); in smb2_query_path_info()
1074 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
1097 full_path, &islink); in smb2_query_path_info()
1260 const char *full_path, __u64 size, in smb2_set_path_size() argument
1272 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size()
1274 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, FILE_WRITE_DATA, in smb2_set_path_size()
1277 full_path, &oparms, &in_iov, in smb2_set_path_size()
1282 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size()
1284 full_path, &oparms, &in_iov, in smb2_set_path_size()
1292 smb2_set_file_info(struct inode *inode, const char *full_path, in smb2_set_file_info() argument
1313 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_file_info()
1314 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, FILE_WRITE_ATTRIBUTES, in smb2_set_file_info()
1317 full_path, &oparms, &in_iov, in smb2_set_file_info()
1328 const char *full_path, in smb2_create_reparse_inode() argument
1352 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, in smb2_create_reparse_inode()
1369 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_create_reparse_inode()
1370 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, &oparms, in smb2_create_reparse_inode()
1373 rc = smb311_posix_get_inode_info(&new, full_path, in smb2_create_reparse_inode()
1378 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_create_reparse_inode()
1379 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, &oparms, in smb2_create_reparse_inode()
1382 rc = cifs_get_inode_info(&new, full_path, in smb2_create_reparse_inode()
1398 smb2_unlink(xid, tcon, full_path, cifs_sb, NULL); in smb2_create_reparse_inode()
1409 const char *full_path, in smb2_query_reparse_point() argument
1419 cifs_dbg(FYI, "%s: path: %s\n", __func__, full_path); in smb2_query_reparse_point()
1421 cifs_get_readable_path(tcon, full_path, &cfile); in smb2_query_reparse_point()
1422 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, in smb2_query_reparse_point()
1426 full_path, &oparms, &in_iov, in smb2_query_reparse_point()