Changeset 87d4422 in mainline for uspace/srv/fs/minixfs/mfs.h
- Timestamp:
- 2011-04-03T13:44:18Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c4eeb2f
- Parents:
- ae8541d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs.h
rae8541d r87d4422 126 126 /*The following fields do not exist on disk but only in memory*/ 127 127 bool dirty; 128 unsigned index; 129 /*Pointer to the node at witch the dentry belongs*/ 130 struct mfs_node *node; 128 131 }; 129 132 … … 166 169 read_directory_entry(struct mfs_node *mnode, unsigned index); 167 170 171 extern int 172 write_dentry(struct mfs_dentry_info *d_info); 173 168 174 /*mfs_balloc.c*/ 169 175 extern int
Note:
See TracChangeset
for help on using the changeset viewer.