Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | replay_entry |
struct | bud_entry |
Functions | |
: directory entry name | |
insert_dent - insert a directory entry node into the replay list. : directory entry name length : sequence number : non-zero if this is a deletion : number of bytes in use in a LEB This function inserts a scanned directory entry node or an extended attribute entry to the replay list. Returns zero in case of success and a negative error code in case of failure. | |
int | ubifs_validate_entry (struct ubifs_info *c, const struct ubifs_dent_node *dent) |
int | ubifs_replay_journal (struct ubifs_info *c) |
int ubifs_replay_journal | ( | struct ubifs_info * | c | ) |
ubifs_replay_journal - replay journal. : UBIFS file-system description object
This function scans the journal, replays and cleans it up. It makes sure all memory data structures related to uncommitted journal are built (dirty TNC tree, tree of buds, modified lprops, etc).
int ubifs_validate_entry | ( | struct ubifs_info * | c, |
const struct ubifs_dent_node * | dent | ||
) |