Changeset cde999a in mainline for uspace/srv/fs/udf
- Timestamp:
- 2018-01-04T20:22:51Z (8 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)
- Location:
- uspace/srv/fs/udf
- Files:
-
- 3 edited
-
udf_file.c (modified) (9 diffs)
-
udf_idx.c (modified) (5 diffs)
-
udf_volume.c (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_file.c
r3c7702c0 rcde999a 54 54 * @param pos Position with which we read 55 55 * 56 * @return EOK on success or a negativeerror code.56 * @return EOK on success or an error code. 57 57 * 58 58 */ … … 90 90 * @param len Length of sequence 91 91 * 92 * @return EOK on success or a negativeerror code.92 * @return EOK on success or an error code. 93 93 * 94 94 */ … … 231 231 * @param node UDF node 232 232 * 233 * @return EOK on success or a negativeerror code.233 * @return EOK on success or an error code. 234 234 */ 235 235 int udf_read_icb(udf_node_t *node) … … 300 300 * @param node UDF node 301 301 * 302 * @return EOK on success or a negativeerror code.302 * @return EOK on success or an error code. 303 303 * 304 304 */ … … 315 315 * @param pos Number of FID which we need to find 316 316 * 317 * @return EOK on success or a negativeerror code.317 * @return EOK on success or an error code. 318 318 * 319 319 */ … … 366 366 * @param pos Number of FID which we need to find 367 367 * 368 * @return EOK on success or a negativeerror code.368 * @return EOK on success or an error code. 369 369 * 370 370 */ … … 385 385 * @param pos Number of FID which we need to find 386 386 * 387 * @return EOK on success or a negativeerror code.387 * @return EOK on success or an error code. 388 388 * 389 389 */ … … 466 466 * @param len Length of buf 467 467 * 468 * @return EOK on success or a negativeerror code.468 * @return EOK on success or an error code. 469 469 * 470 470 */ … … 573 573 * @param len Length of data for reading 574 574 * 575 * @return EOK on success or a negativeerror code.575 * @return EOK on success or an error code. 576 576 * 577 577 */ -
uspace/srv/fs/udf/udf_idx.c
r3c7702c0 rcde999a 88 88 /** Initialization of hash table 89 89 * 90 * @return EOK on success or a negativeerror code.90 * @return EOK on success or an error code. 91 91 * 92 92 */ … … 101 101 /** Delete hash table 102 102 * 103 * @return EOK on success or a negativeerror code.103 * @return EOK on success or an error code. 104 104 * 105 105 */ … … 116 116 * @param index Absolute position of ICB (sector) 117 117 * 118 * @return EOK on success or a negativeerror code.118 * @return EOK on success or an error code. 119 119 * 120 120 */ … … 150 150 * @param index Absolute position of ICB (sector) 151 151 * 152 * @return EOK on success or a negativeerror code.152 * @return EOK on success or an error code. 153 153 * 154 154 */ … … 196 196 * @param node UDF node 197 197 * 198 * @return EOK on success or a negativeerror code.198 * @return EOK on success or an error code. 199 199 * 200 200 */ -
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.
