• Home
  • Raw
  • Download

Lines Matching refs:utf16_path

662 	__le16 utf16_path = 0; /* Null - since an open of top of share */  in open_shroot()  local
707 rc = SMB2_open_init(tcon, &rqst[0], &oplock, &oparms, &utf16_path); in open_shroot()
893 __le16 *utf16_path; in smb2_is_path_accessible() local
901 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible()
902 if (!utf16_path) in smb2_is_path_accessible()
912 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL); in smb2_is_path_accessible()
914 kfree(utf16_path); in smb2_is_path_accessible()
919 kfree(utf16_path); in smb2_is_path_accessible()
1044 __le16 *utf16_path; in smb2_query_eas() local
1050 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_eas()
1051 if (!utf16_path) in smb2_query_eas()
1054 rc = smb2_query_info_compound(xid, tcon, utf16_path, in smb2_query_eas()
1087 kfree(utf16_path); in smb2_query_eas()
1100 __le16 *utf16_path = NULL; in smb2_set_ea() local
1125 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea()
1126 if (!utf16_path) in smb2_set_ea()
1146 rc = smb2_query_info_compound(xid, tcon, utf16_path, in smb2_set_ea()
1188 rc = SMB2_open_init(tcon, &rqst[0], &oplock, &oparms, utf16_path); in smb2_set_ea()
1237 kfree(utf16_path); in smb2_set_ea()
2063 __le16 *utf16_path; in smb2_query_dir_first() local
2068 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first()
2069 if (!utf16_path) in smb2_query_dir_first()
2079 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL); in smb2_query_dir_first()
2080 kfree(utf16_path); in smb2_query_dir_first()
2244 __le16 *utf16_path, u32 desired_access, in smb2_query_info_compound() argument
2280 rc = SMB2_open_init(tcon, &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_info_compound()
2336 __le16 utf16_path = 0; /* Null - open root of share */ in smb2_queryfs() local
2342 rc = smb2_query_info_compound(xid, tcon, &utf16_path, in smb2_queryfs()
2442 __le16 *utf16_path = NULL; in smb2_get_dfs_refer() local
2472 utf16_path = cifs_strndup_to_utf16(search_name, PATH_MAX, in smb2_get_dfs_refer()
2475 if (!utf16_path) { in smb2_get_dfs_refer()
2491 memcpy(dfs_req->RequestFileName, utf16_path, utf16_path_len); in smb2_get_dfs_refer()
2525 kfree(utf16_path); in smb2_get_dfs_refer()
2633 __le16 *utf16_path = NULL; in smb2_query_symlink() local
2668 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_symlink()
2669 if (!utf16_path) in smb2_query_symlink()
2685 rc = SMB2_open_init(tcon, &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_symlink()
2801 kfree(utf16_path); in smb2_query_symlink()
2851 __le16 *utf16_path; in get_smb2_acl_by_path() local
2860 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in get_smb2_acl_by_path()
2861 if (!utf16_path) { in get_smb2_acl_by_path()
2874 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL); in get_smb2_acl_by_path()
2875 kfree(utf16_path); in get_smb2_acl_by_path()
2903 __le16 *utf16_path; in set_smb2_acl() local
2917 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in set_smb2_acl()
2918 if (!utf16_path) { in set_smb2_acl()
2932 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL); in set_smb2_acl()
2933 kfree(utf16_path); in set_smb2_acl()