Changeset ebcaff4 in mainline for uspace/lib/ext4/libext4_superblock.h
- Timestamp:
- 2011-12-03T10:42:28Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2449396
- Parents:
- 1e48a07e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_superblock.h
r1e48a07e rebcaff4 272 272 uint32_t s_journal_inum; // Inode number of journal file 273 273 uint32_t s_journal_dev; // Device number of journal file 274 uint32_t s_last_orphan; // Head of list of inodes to delete275 274 */ 275 extern uint32_t ext4_superblock_get_last_orphan(ext4_superblock_t *); 276 extern void ext4_superblock_set_last_orphan(ext4_superblock_t *, uint32_t); 276 277 extern uint32_t* ext4_superblock_get_hash_seed(ext4_superblock_t *); 277 278 /*
Note:
See TracChangeset
for help on using the changeset viewer.