Changeset 10eb754 in mainline for uspace/srv/fs/minixfs/mfs.h
- Timestamp:
- 2011-04-02T09:14:57Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3e2663
- Parents:
- 9cd199c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs.h
r9cd199c r10eb754 91 91 int ino_per_block; 92 92 int dirsize; 93 int itable_off; 93 94 unsigned max_name_len; 94 95 bool long_names; … … 155 156 mfs2_read_inode_raw(const struct mfs_instance *instance, uint32_t inum); 156 157 158 extern int 159 put_inode(struct mfs_node *mnode); 160 157 161 /*mfs_read.c*/ 158 162 int read_map(uint32_t *b, const struct mfs_node *mnode, const uint32_t pos);
Note:
See TracChangeset
for help on using the changeset viewer.