Searched defs:jbd2_revoke_table_s (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/debugfs/
H A Drevoke.c113 struct jbd2_revoke_table_s struct
136 struct jbd2_revoke_table_s *table = journal->j_revoke;
217 jbd2_revoke_table_cache = KMEM_CACHE(jbd2_revoke_table_s,
228 static struct jbd2_revoke_table_s *journal_init_revoke_table(int hash_size)
232 struct jbd2_revoke_table_s *table;
258 static void journal_destroy_revoke_table(struct jbd2_revoke_table_s *table)
489 struct jbd2_revoke_table_s *revoke = journal->j_revoke;
540 struct jbd2_revoke_table_s *revoke;
758 struct jbd2_revoke_table_s *revoke;
/external/e2fsprogs/e2fsck/
H A Drevoke.c113 struct jbd2_revoke_table_s struct
136 struct jbd2_revoke_table_s *table = journal->j_revoke;
217 jbd2_revoke_table_cache = KMEM_CACHE(jbd2_revoke_table_s,
228 static struct jbd2_revoke_table_s *journal_init_revoke_table(int hash_size)
232 struct jbd2_revoke_table_s *table;
258 static void journal_destroy_revoke_table(struct jbd2_revoke_table_s *table)
489 struct jbd2_revoke_table_s *revoke = journal->j_revoke;
540 struct jbd2_revoke_table_s *revoke;
758 struct jbd2_revoke_table_s *revoke;

Completed in 107 milliseconds