|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | jbd_revoke_record_s |
| struct | jbd_revoke_table_s |
Functions | |
| static int | hash (journal_t *journal, unsigned long block) |
| static int | insert_revoke_hash (journal_t *journal, unsigned long blocknr, tid_t seq) |
| static struct jbd_revoke_record_s * | find_revoke_record (journal_t *journal, unsigned long blocknr) |
| int __init | journal_init_revoke_caches (void) |
| void | journal_destroy_revoke_caches (void) |
| int | journal_init_revoke (journal_t *journal, int hash_size) |
| void | journal_destroy_revoke (journal_t *journal) |
| int | journal_set_revoke (journal_t *journal, unsigned long blocknr, tid_t sequence) |
| int | journal_test_revoke (journal_t *journal, unsigned long blocknr, tid_t sequence) |
| void | journal_clear_revoke (journal_t *journal) |
Variables | |
| static struct kmem_cache * | revoke_record_cache = NULL |
| static struct kmem_cache * | revoke_table_cache = NULL |
|
static |
Definition at line 149 of file revoke.c.
Referenced by journal_set_revoke(), and journal_test_revoke().
Definition at line 119 of file revoke.c.
Referenced by journal_set_revoke().
| void journal_clear_revoke | ( | journal_t * | journal | ) |
Definition at line 689 of file revoke.c.
Referenced by journal_recover().
| void journal_destroy_revoke | ( | journal_t * | journal | ) |
Definition at line 271 of file revoke.c.
Referenced by journal_destroy(), and journal_init_inode().
Definition at line 201 of file revoke.c.
Referenced by journal_init_common().
Definition at line 170 of file revoke.c.
Referenced by journal_init_caches().
Definition at line 646 of file revoke.c.
Referenced by scan_revoke_records().
Definition at line 670 of file revoke.c.
Referenced by do_one_pass().
|
static |
Definition at line 73 of file revoke.c.
Referenced by insert_revoke_hash(), journal_clear_revoke(), journal_destroy_revoke_caches(), and journal_init_revoke_caches().
|
static |
Definition at line 74 of file revoke.c.
Referenced by journal_destroy_revoke(), journal_destroy_revoke_caches(), journal_init_revoke(), and journal_init_revoke_caches().