Changeset 9fc72fb3 in mainline for uspace/lib/ext4/libext4_extent.c
- Timestamp:
- 2012-05-03T17:32:06Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2226cc3
- Parents:
- e40ece98
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_extent.c
re40ece98 r9fc72fb3 741 741 } 742 742 743 /** TODO 744 * 743 744 /** Append new extent to the i-node and do some splitting if necessary. 745 * 746 * @param inode_ref i-node to append extent to 747 * @param path path in the extent tree for possible splitting 748 * @param last_path_item input/output parameter for pointer to the last 749 * valid item in the extent tree path 750 * @param iblock logical index of block to append extent for 751 * @return error code 745 752 */ 746 753 static int ext4_extent_append_extent(ext4_inode_ref_t *inode_ref, … … 926 933 } 927 934 935 /** TODO comment 936 * 937 */ 928 938 int ext4_extent_append_block(ext4_inode_ref_t *inode_ref, 929 939 uint32_t *iblock, uint32_t *fblock)
Note:
See TracChangeset
for help on using the changeset viewer.