Home
last modified time | relevance | path

Searched refs:jbd2_revoke_record_s (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/e2fsck/
Drevoke.c104 struct jbd2_revoke_record_s struct
127 struct jbd2_revoke_record_s *, int); argument
145 struct jbd2_revoke_record_s *record; in insert_revoke_hash()
170 static struct jbd2_revoke_record_s *find_revoke_record(journal_t *journal, in find_revoke_record()
174 struct jbd2_revoke_record_s *record; in find_revoke_record()
179 record = (struct jbd2_revoke_record_s *) hash_list->next; in find_revoke_record()
185 record = (struct jbd2_revoke_record_s *) record->hash.next; in find_revoke_record()
208 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in journal_init_revoke_caches()
424 struct jbd2_revoke_record_s *record; in journal_cancel_revoke()
494 struct jbd2_revoke_record_s *record; in jbd2_clear_buffer_revoked_flags()
[all …]
/external/e2fsprogs/debugfs/
Drevoke.c104 struct jbd2_revoke_record_s struct
127 struct jbd2_revoke_record_s *, int); argument
145 struct jbd2_revoke_record_s *record; in insert_revoke_hash()
170 static struct jbd2_revoke_record_s *find_revoke_record(journal_t *journal, in find_revoke_record()
174 struct jbd2_revoke_record_s *record; in find_revoke_record()
179 record = (struct jbd2_revoke_record_s *) hash_list->next; in find_revoke_record()
185 record = (struct jbd2_revoke_record_s *) record->hash.next; in find_revoke_record()
208 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in journal_init_revoke_caches()
424 struct jbd2_revoke_record_s *record; in journal_cancel_revoke()
494 struct jbd2_revoke_record_s *record; in jbd2_clear_buffer_revoked_flags()
[all …]