Lines Matching refs:jbd2_revoke_record_s
105 struct jbd2_revoke_record_s struct
128 struct jbd2_revoke_record_s *, int); argument
143 struct jbd2_revoke_record_s *record; in insert_revoke_hash()
163 static struct jbd2_revoke_record_s *find_revoke_record(journal_t *journal, in find_revoke_record()
167 struct jbd2_revoke_record_s *record; in find_revoke_record()
172 record = (struct jbd2_revoke_record_s *) hash_list->next; in find_revoke_record()
178 record = (struct jbd2_revoke_record_s *) record->hash.next; in find_revoke_record()
201 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_caches()
417 struct jbd2_revoke_record_s *record; in jbd2_journal_cancel_revoke()
487 struct jbd2_revoke_record_s *record; in jbd2_clear_buffer_revoked_flags()
489 record = (struct jbd2_revoke_record_s *)list_entry; in jbd2_clear_buffer_revoked_flags()
528 struct jbd2_revoke_record_s *record; in jbd2_journal_write_revoke_records()
545 record = (struct jbd2_revoke_record_s *) in jbd2_journal_write_revoke_records()
570 struct jbd2_revoke_record_s *record, in write_one_revoke_record()
703 struct jbd2_revoke_record_s *record; in jbd2_journal_set_revoke()
727 struct jbd2_revoke_record_s *record; in jbd2_journal_test_revoke()
746 struct jbd2_revoke_record_s *record; in jbd2_journal_clear_revoke()
754 record = (struct jbd2_revoke_record_s*) hash_list->next; in jbd2_journal_clear_revoke()