Changeset cde999a in mainline for uspace/srv/fs/udf/udf_volume.c
- Timestamp:
- 2018-01-04T20:22:51Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3d95c9d, 84a1a54
- Parents:
- 3c7702c0
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 19:18:29)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:22:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_volume.c
r3c7702c0 rcde999a 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.