Changeset 132ab5d1 in mainline for uspace/srv/fs/udf/udf_file.c
- Timestamp:
- 2018-01-30T03:20:45Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/srv/fs/udf/udf_file.c (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_file.c
r8bfb163 r132ab5d1 38 38 #include <libfs.h> 39 39 #include <errno.h> 40 #include < malloc.h>40 #include <stdlib.h> 41 41 #include <inttypes.h> 42 42 #include <io/log.h> … … 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.
