Changeset 9a5ccfb3 in mainline for uspace/srv/fs/fat/fat.h
- Timestamp:
- 2008-05-05T20:16:36Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4797132
- Parents:
- 0c1ad7ac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
r0c1ad7ac r9a5ccfb3 176 176 */ 177 177 typedef struct { 178 /** Used indices hash table link. */ 179 link_t uh_link; 180 178 181 dev_handle_t dev_handle; 179 182 fs_index_t index; 180 183 /** 181 * Parent first cluster.184 * Parent node's first cluster. 182 185 * Zero is used if this node is not linked, in which case nodep must 183 186 * contain a pointer to the in-core node structure. … … 185 188 */ 186 189 fat_cluster_t pfc; 187 /** Parent directory entry index. */190 /** Directory entry index within the parent node. */ 188 191 unsigned pdi; 189 192 /** Pointer to in-core node instance. */
Note:
See TracChangeset
for help on using the changeset viewer.