Changes in uspace/srv/fs/udf/udf_volume.c [44ecf89:cde999a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_volume.c
r44ecf89 rcde999a 39 39 #include <libfs.h> 40 40 #include <errno.h> 41 #include <stdlib.h> 41 42 #include <str.h> 42 #include <malloc.h>43 43 #include <mem.h> 44 44 #include <inttypes.h> … … 81 81 * @param vd Returned value - Volume Descriptor. 82 82 * 83 * @return EOK on success or a negativeerror code.83 * @return EOK on success or an error code. 84 84 * 85 85 */ … … 98 98 * @param service_id 99 99 * 100 * @return EOK on success or a negativeerror code.100 * @return EOK on success or an error code. 101 101 */ 102 102 int udf_volume_recongnition(service_id_t service_id) … … 167 167 * @param sector_size Expected sector size 168 168 * 169 * @return EOK on success or a negativeerror code.169 * @return EOK on success or an error code. 170 170 * 171 171 */ … … 204 204 * @param avd Returned value - Anchor Volume Descriptor 205 205 * 206 * @return EOK on success or a negativeerror code.206 * @return EOK on success or an error code. 207 207 * 208 208 */ … … 357 357 * @param id Index of partition in instance::partitions array 358 358 * 359 * @return EOK on success or a negativeerror code.359 * @return EOK on success or an error code. 360 360 * 361 361 */ … … 438 438 * @param instance UDF instance 439 439 * 440 * @return EOK on success or a negativeerror code.440 * @return EOK on success or an error code. 441 441 * 442 442 */ … … 598 598 * @param addr UDF extent descriptor (ECMA 167 3/7.1) 599 599 * 600 * @return EOK on success or a negativeerror code.600 * @return EOK on success or an error code. 601 601 * 602 602 */
Note:
See TracChangeset
for help on using the changeset viewer.