Changeset 2bbbfd3 in mainline for uspace/srv/fs/minixfs/mfs.h
- Timestamp:
- 2011-04-05T19:28:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7bd68e6
- Parents:
- af8ce880
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs.h
raf8ce880 r2bbbfd3 163 163 put_inode(struct mfs_node *mnode); 164 164 165 /*mfs_read.c*/ 166 int read_map(uint32_t *b, const struct mfs_node *mnode, const uint32_t pos); 165 /*mfs_rw.c*/ 166 extern int 167 read_map(uint32_t *b, const struct mfs_node *mnode, const uint32_t pos); 168 169 extern int 170 write_map(struct mfs_node *mnode, uint32_t pos, uint32_t new_zone, 171 uint32_t *old_zone); 172 173 extern int 174 free_zone(struct mfs_node *mnode, const uint32_t zone); 167 175 168 176 /*mfs_dentry.c*/
Note:
See TracChangeset
for help on using the changeset viewer.