Changeset 809 for Whitix/branches/fs/fs/ext3/ext3.h
- Timestamp:
- 07/15/08 10:05:10 (4 years ago)
- Files:
-
- 1 modified
-
Whitix/branches/fs/fs/ext3/ext3.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/fs/fs/ext3/ext3.h
r807 r809 200 200 int Ext3FileWrite(struct File* file,BYTE* buffer,DWORD len); 201 201 202 /* balloc.c */ 203 struct Ext3GroupDesc* Ext3GetGroupDesc(struct VfsSuperBlock* superBlock, DWORD groupNo, 204 struct Buffer** buffer); 205 int Ext3BlockMapHandle(struct JournalHandle* handle, struct VNode* vNode, DWORD block, int flags); 206 int Ext3BlockTruncate(struct VNode* vNode, int size); 207 202 208 extern struct VNodeOps ext3VNodeOps; 203 209 extern struct FileOps ext3FileOps;
