Lines Matching refs:jbd2_revoke_record_s
102 struct jbd2_revoke_record_s struct
125 struct jbd2_revoke_record_s *); argument
140 struct jbd2_revoke_record_s *record; in insert_revoke_hash()
160 static struct jbd2_revoke_record_s *find_revoke_record(journal_t *journal, in find_revoke_record()
164 struct jbd2_revoke_record_s *record; in find_revoke_record()
169 record = (struct jbd2_revoke_record_s *) hash_list->next; in find_revoke_record()
175 record = (struct jbd2_revoke_record_s *) record->hash.next; in find_revoke_record()
194 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_caches()
411 struct jbd2_revoke_record_s *record; in jbd2_journal_cancel_revoke()
481 struct jbd2_revoke_record_s *record; in jbd2_clear_buffer_revoked_flags()
483 record = (struct jbd2_revoke_record_s *)list_entry; in jbd2_clear_buffer_revoked_flags()
521 struct jbd2_revoke_record_s *record; in jbd2_journal_write_revoke_records()
538 record = (struct jbd2_revoke_record_s *) in jbd2_journal_write_revoke_records()
561 struct jbd2_revoke_record_s *record) in write_one_revoke_record()
675 struct jbd2_revoke_record_s *record; in jbd2_journal_set_revoke()
699 struct jbd2_revoke_record_s *record; in jbd2_journal_test_revoke()
718 struct jbd2_revoke_record_s *record; in jbd2_journal_clear_revoke()
726 record = (struct jbd2_revoke_record_s*) hash_list->next; in jbd2_journal_clear_revoke()