Select one of the symbols to view example projects that use it.
 
Outline
...
...
...
...
#define FX_SOURCE_CODE
#include "fx_api.h"
#include "fx_system.h"
#include "fx_directory.h"
#include "fx_media.h"
#include "fx_utility.h"
#include "fx_directory_exFAT.h"
...
...
_fx_media_volume_get_extended(FX_MEDIA *, CHAR *, UINT, UINT)
Files
loading...
SourceVuSTM32 Libraries and Samplesfilexcommon/src/fx_media_volume_get_extended.c
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/**************************************************************************/ /* */ /* Copyright (c) Microsoft Corporation. All rights reserved. */ /* */ /* This software is licensed under the Microsoft Software License */ /* Terms for Microsoft Azure RTOS. Full text of the license can be */ /* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ /* and in the root directory of this software. */ /* */... /**************************************************************************/ ... /**************************************************************************/ /**************************************************************************/ /** */ /** FileX Component */ /** */ /** Media */ /** */... /**************************************************************************/ /**************************************************************************/ #define FX_SOURCE_CODE /* Include necessary system files. */ #include "fx_api.h" #include "fx_system.h" #include "fx_directory.h" #include "fx_media.h" #include "fx_utility.h" 5 includes#ifdef FX_ENABLE_EXFAT #include "fx_directory_exFAT.h" #endif /* FX_ENABLE_EXFAT */ ... /**************************************************************************/ /* */ /* FUNCTION RELEASE */ /* */ /* _fx_media_volume_get_extended PORTABLE C */ /* 6.1 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ /* */ /* DESCRIPTION */ /* */ /* This function reads the volume name stored in the media's boot */ /* record or root directory. */ /* */ /* INPUT */ /* */ /* media_ptr Media control block pointer */ /* volume_name Pointer to destination for */ /* the volume name (maximum */ /* 11 characters + NULL) */ /* volume_name_buffer_length Buffer length for volume_name */ /* volume_source Source of volume */ /* */ /* OUTPUT */ /* */ /* return status */ /* */ /* CALLS */ /* */ /* _fx_utility_logical_sector_read Read directory sector */ /* _fx_directory_entry_read Directory entry read */ /* */ /* CALLED BY */ /* */ /* Application Code */ /* */ /* RELEASE HISTORY */ /* */ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 William E. Lamie Initial Version 6.0 */ /* 09-30-2020 William E. Lamie Modified comment(s), */ /* resulting in version 6.1 */ /* */... /**************************************************************************/ UINT _fx_media_volume_get_extended(FX_MEDIA *media_ptr, CHAR *volume_name, UINT volume_name_buffer_length, UINT volume_source) { UINT status, offset; ULONG i; INT j; #ifdef FX_ENABLE_EXFAT ULONG character_count; #endif /* FX_ENABLE_EXFAT */ FX_DIR_ENTRY dir_entry; /* Clear the volume name. */ volume_name[0] = FX_NULL; /* Check the media to make sure it is open. */ if (media_ptr -> fx_media_id != FX_MEDIA_ID) { /* Return the media not opened error. */ return(FX_MEDIA_NOT_OPEN); }if (media_ptr -> fx_media_id != FX_MEDIA_ID) { ... } /* If trace is enabled, insert this event into the trace buffer. */ FX_TRACE_IN_LINE_INSERT(FX_TRACE_MEDIA_VOLUME_GET, media_ptr, volume_name, volume_source, 0, FX_TRACE_MEDIA_EVENTS, 0, 0) /* Protect against other threads accessing the media. */ FX_PROTECT #ifdef FX_ENABLE_EXFAT if (media_ptr -> fx_media_FAT_type == FX_exFAT) { volume_source = FX_DIRECTORY_SECTOR; }if (media_ptr -> fx_media_FAT_type == FX_exFAT) { ... } /* ... */#endif /* FX_ENABLE_EXFAT */ /* Ensure the volume name is NULL initially. */ volume_name[0] = FX_NULL; if (volume_source == FX_DIRECTORY_SECTOR) { /* Setup pointer to media name buffer. */ dir_entry.fx_dir_entry_name = media_ptr -> fx_media_name_buffer; /* Clear the short name string. */ dir_entry.fx_dir_entry_short_name[0] = 0; /* Attempt to find the volume name in the root directory. */ i = 0; do { /* Read an entry from the root directory. */ status = _fx_directory_entry_read(media_ptr, FX_NULL, &i, &dir_entry); /* Check for error status. */ if (status != FX_SUCCESS) { /* Release media protection. */ FX_UNPROTECT /* Return to caller. */ return(status); }if (status != FX_SUCCESS) { ... } /* Check for a volume name. */ #ifdef FX_ENABLE_EXFAT if (dir_entry.fx_dir_entry_attributes & FX_VOLUME || dir_entry.fx_dir_entry_type == FX_EXFAT_DIR_ENTRY_TYPE_VOLUME_LABEL) #else if (dir_entry.fx_dir_entry_attributes & FX_VOLUME) #endif /* FX_ENABLE_EXFAT */ { /* Yes, we have found a previously set volume name. */ break; ...} /* Move to next directory entry. */ i++; ...} while (i < media_ptr -> fx_media_root_directory_entries); /* Determine if a volume entry has been found. */ if (i < media_ptr -> fx_media_root_directory_entries) { /* Read the logical directory sector. */ status = _fx_utility_logical_sector_read(media_ptr, (ULONG64) dir_entry.fx_dir_entry_log_sector, media_ptr -> fx_media_memory_buffer, ((ULONG) 1), FX_DIRECTORY_SECTOR); /* Determine if an error occurred. */ if (status != FX_SUCCESS) { /* Release media protection. */ FX_UNPROTECT /* Return error code. */ return(status); }if (status != FX_SUCCESS) { ... } /* Offset to volume label entry. */ offset = dir_entry.fx_dir_entry_byte_offset; #ifdef FX_ENABLE_EXFAT if (media_ptr -> fx_media_FAT_type == FX_exFAT) { /* Read character count of volume label. */ character_count = media_ptr -> fx_media_memory_buffer[offset + FX_EXFAT_CHAR_COUNT]; /* Check if the buffer is too short for the name. */ if (character_count >= volume_name_buffer_length) { /* Buffer too short, return error. */ status = FX_BUFFER_ERROR; /* Set character count to fit for the buffer. */ character_count = volume_name_buffer_length - 1; }if (character_count >= volume_name_buffer_length) { ... } /* Move to volume label field. */ offset += FX_EXFAT_VOLUME_LABEL; for (i = 0; i < character_count; i++) { /* Read one character of volume label. */ volume_name[i] = (CHAR)_fx_utility_16_unsigned_read(&media_ptr -> fx_media_memory_buffer[offset]); /* Move to next character. */ offset += 2; }for (i = 0; i < character_count; i++) { ... } /* NULL terminate the volume name. */ volume_name[i] = FX_NULL; }if (media_ptr -> fx_media_FAT_type == FX_exFAT) { ... } else { #endif /* FX_ENABLE_EXFAT */ /* Skip trailing space characters of volume name. */ for (j = 10; j >= 0; j--) { /* Check for space character. */ if (media_ptr -> fx_media_memory_buffer[offset + (UINT)j] != (UCHAR)' ') { /* Last character found. */ break; }if (media_ptr -> fx_media_memory_buffer[offset + (UINT)j] != (UCHAR)' ') { ... } }for (j = 10; j >= 0; j--) { ... } /* Check if the buffer is too short for the name. */ if (j >= (INT)volume_name_buffer_length - 1) { /* Buffer too short, return error. */ status = FX_BUFFER_ERROR; /* Set character count to fit for the buffer. */ j = (INT)volume_name_buffer_length - 2; }if (j >= (INT)volume_name_buffer_length - 1) { ... } /* NULL terminate the volume name. */ volume_name[j + 1] = FX_NULL; /* Pickup the remaining characters of the volume name from the boot sector. */ for (; j >= 0; j--) { /* Pickup byte of volume name. */ volume_name[j] = (CHAR)media_ptr -> fx_media_memory_buffer[offset + (UINT)j]; }for (; j >= 0; j--) { ... } #ifdef FX_ENABLE_EXFAT }else { ... } #endif /* FX_ENABLE_EXFAT */ /* Release media protection. */ FX_UNPROTECT /* Return the completion status. */ return(status); }if (i < media_ptr -> fx_media_root_directory_entries) { ... } }if (volume_source == FX_DIRECTORY_SECTOR) { ... } /* Read volume name from boot record. */ /* Read the logical directory sector 0 - we just do this to get a memory_buffer pointer */ status = _fx_utility_logical_sector_read(media_ptr, ((ULONG64) 0), media_ptr -> fx_media_memory_buffer, ((ULONG) 1), FX_DATA_SECTOR); /* Check the return status. */ if (status != FX_SUCCESS) { /* Release media protection. */ FX_UNPROTECT /* Return the error status. */ return(status); }if (status != FX_SUCCESS) { ... } #ifndef FX_MEDIA_STATISTICS_DISABLE /* Increment the number of driver read boot sector requests. */ media_ptr -> fx_media_driver_boot_read_requests++;/* ... */ #endif /* Build the driver request to read the boot record. */ media_ptr -> fx_media_driver_request = FX_DRIVER_BOOT_READ; media_ptr -> fx_media_driver_status = FX_IO_ERROR; media_ptr -> fx_media_driver_buffer = media_ptr -> fx_media_memory_buffer; media_ptr -> fx_media_driver_sectors = 1; media_ptr -> fx_media_driver_sector_type = FX_BOOT_SECTOR; /* If trace is enabled, insert this event into the trace buffer. */ FX_TRACE_IN_LINE_INSERT(FX_TRACE_INTERNAL_IO_DRIVER_BOOT_READ, media_ptr, media_ptr -> fx_media_memory_buffer, 0, 0, FX_TRACE_INTERNAL_EVENTS, 0, 0) /* Invoke the driver to read the boot sector. */ (media_ptr -> fx_media_driver_entry) (media_ptr); /* Determine if the request is successful. */ if (media_ptr -> fx_media_driver_status) { /* Release media protection. */ FX_UNPROTECT /* An error occurred in the driver. */ return(media_ptr -> fx_media_driver_status); }if (media_ptr -> fx_media_driver_status) { ... } /* Calculate the offset to the volume name based on the type of FAT. */ if (media_ptr -> fx_media_32_bit_FAT) { /* FAT32 offset to volume name. */ offset = FX_VOLUME_LABEL_32; }if (media_ptr -> fx_media_32_bit_FAT) { ... } else { /* FAT12/16 offset to volume name. */ offset = FX_VOLUME_LABEL; }else { ... } /* Skip trailing space characters of volume name. */ for (j = 10; j >= 0; j--) { /* Check for space character. */ if (media_ptr -> fx_media_memory_buffer[offset + (UINT)j] != (UCHAR)' ') { /* Last character found. */ break; }if (media_ptr -> fx_media_memory_buffer[offset + (UINT)j] != (UCHAR)' ') { ... } }for (j = 10; j >= 0; j--) { ... } /* Check if the buffer is too short for the name. */ if (j >= (INT)volume_name_buffer_length - 1) { /* Buffer too short, return error. */ status = FX_BUFFER_ERROR; /* Set character count to fit for the buffer. */ j = (INT)volume_name_buffer_length - 2; }if (j >= (INT)volume_name_buffer_length - 1) { ... } /* NULL terminate the volume name. */ volume_name[j + 1] = FX_NULL; /* Pickup the remaining characters of the volume name from the boot sector. */ for (; j >= 0; j--) { /* Pickup byte of volume name. */ volume_name[j] = (CHAR)media_ptr -> fx_media_memory_buffer[offset + (UINT)j]; }for (; j >= 0; j--) { ... } /* Release media protection. */ FX_UNPROTECT /* Return the completion status. */ return(status); }{ ... }
Details