Changeset 096c8835 in mainline
- Timestamp:
- 2011-03-01T21:15:18Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 819450a
- Parents:
- dddb357
- Location:
- uspace/srv/fs/minixfs
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/srv/fs/minixfs/mfs_const.h ¶
rdddb357 r096c8835 37 37 #include <sys/types.h> 38 38 39 #define MFS_MAGIC_V1 0x137F 40 #define MFS_MAGIC_V2 0x2468 41 #define MFS_MAGIC_V3 0x4D5A 42 39 43 #define MFS_ROOT_INO 1 44 #define MFS_SUPER_BLOCK 0 45 #define MFS_SUPER_BLOCK_SIZE 1024 40 46 41 47 #define V2_NR_DIRECT_ZONES 7 -
TabularUnified uspace/srv/fs/minixfs/mfs_super.h ¶
rdddb357 r096c8835 35 35 36 36 #include "mfs_const.h" 37 37 #include "../../vfs/vfs.h" 38 38 39 39 struct mfs_superblock { … … 67 67 } __attribute__ ((packed)); 68 68 69 void mfs_mounted(ipc_callid_t rid, ipc_call_t *request); 70 69 71 #endif 70 72
Note:
See TracChangeset
for help on using the changeset viewer.