HomeSort by relevance Sort by last modified time
    Searched refs:jbd2_revoke_table_s (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 84 struct jbd2_revoke_table_s *j_revoke;
85 struct jbd2_revoke_table_s *j_revoke_table[2];
  /external/e2fsprogs/debugfs/
revoke.c 113 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/
revoke.c 113 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 223 milliseconds