Changeset ebcaff4 in mainline for uspace/lib/ext4/libext4_superblock.h


Ignore:
Timestamp:
2011-12-03T10:42:28Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2449396
Parents:
1e48a07e
Message:

Orphaned inodes handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_superblock.h

    r1e48a07e rebcaff4  
    272272uint32_t s_journal_inum; // Inode number of journal file
    273273uint32_t s_journal_dev; // Device number of journal file
    274 uint32_t s_last_orphan; // Head of list of inodes to delete
    275274*/
     275extern uint32_t ext4_superblock_get_last_orphan(ext4_superblock_t *);
     276extern void ext4_superblock_set_last_orphan(ext4_superblock_t *, uint32_t);
    276277extern uint32_t* ext4_superblock_get_hash_seed(ext4_superblock_t *);
    277278/*
Note: See TracChangeset for help on using the changeset viewer.