• Home
  • Raw
  • Download

Lines Matching refs:utf16_path

643 	__le16 utf16_path = 0; /* Null - since an open of top of share */  in open_shroot()  local
683 rc = SMB2_open_init(tcon, &rqst[0], &oplock, &oparms, &utf16_path); in open_shroot()
865 __le16 *utf16_path; in smb2_is_path_accessible() local
873 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible()
874 if (!utf16_path) in smb2_is_path_accessible()
887 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL); in smb2_is_path_accessible()
889 kfree(utf16_path); in smb2_is_path_accessible()
894 kfree(utf16_path); in smb2_is_path_accessible()
1018 __le16 *utf16_path; in smb2_query_eas() local
1024 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_eas()
1025 if (!utf16_path) in smb2_query_eas()
1028 rc = smb2_query_info_compound(xid, tcon, utf16_path, in smb2_query_eas()
1061 kfree(utf16_path); in smb2_query_eas()
1074 __le16 *utf16_path = NULL; in smb2_set_ea() local
1098 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea()
1099 if (!utf16_path) in smb2_set_ea()
1132 rc = SMB2_open_init(tcon, &rqst[0], &oplock, &oparms, utf16_path); in smb2_set_ea()
1179 kfree(utf16_path); in smb2_set_ea()
1994 __le16 *utf16_path; in smb2_query_dir_first() local
1999 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first()
2000 if (!utf16_path) in smb2_query_dir_first()
2013 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL); in smb2_query_dir_first()
2014 kfree(utf16_path); in smb2_query_dir_first()
2178 __le16 *utf16_path, u32 desired_access, in smb2_query_info_compound() argument
2217 rc = SMB2_open_init(tcon, &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_info_compound()
2273 __le16 utf16_path = 0; /* Null - open root of share */ in smb2_queryfs() local
2279 rc = smb2_query_info_compound(xid, tcon, &utf16_path, in smb2_queryfs()
2379 __le16 *utf16_path = NULL; in smb2_get_dfs_refer() local
2409 utf16_path = cifs_strndup_to_utf16(search_name, PATH_MAX, in smb2_get_dfs_refer()
2412 if (!utf16_path) { in smb2_get_dfs_refer()
2428 memcpy(dfs_req->RequestFileName, utf16_path, utf16_path_len); in smb2_get_dfs_refer()
2460 kfree(utf16_path); in smb2_get_dfs_refer()
2568 __le16 *utf16_path = NULL; in smb2_query_symlink() local
2602 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_symlink()
2603 if (!utf16_path) in smb2_query_symlink()
2626 rc = SMB2_open_init(tcon, &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_symlink()
2742 kfree(utf16_path); in smb2_query_symlink()
2792 __le16 *utf16_path; in get_smb2_acl_by_path() local
2806 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in get_smb2_acl_by_path()
2807 if (!utf16_path) { in get_smb2_acl_by_path()
2819 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL); in get_smb2_acl_by_path()
2820 kfree(utf16_path); in get_smb2_acl_by_path()
2848 __le16 *utf16_path; in set_smb2_acl() local
2867 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in set_smb2_acl()
2868 if (!utf16_path) { in set_smb2_acl()
2881 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL); in set_smb2_acl()
2882 kfree(utf16_path); in set_smb2_acl()