Changeset cde999a in mainline for uspace/srv/fs/udf/udf_file.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_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 */
Note:
See TracChangeset
for help on using the changeset viewer.