Lines Matching refs:jbd_revoke_record_s
81 struct jbd_revoke_record_s struct
103 struct jbd_revoke_record_s *); argument
123 struct jbd_revoke_record_s *record; in insert_revoke_hash()
146 static struct jbd_revoke_record_s *find_revoke_record(journal_t *journal, in find_revoke_record()
150 struct jbd_revoke_record_s *record; in find_revoke_record()
154 record = (struct jbd_revoke_record_s *) hash_list->next; in find_revoke_record()
158 record = (struct jbd_revoke_record_s *) record->hash.next; in find_revoke_record()
166 sizeof(struct jbd_revoke_record_s), in journal_init_revoke_caches()
369 struct jbd_revoke_record_s *record; in journal_cancel_revoke()
433 struct jbd_revoke_record_s *record; in journal_write_revoke_records()
447 record = (struct jbd_revoke_record_s *) in journal_write_revoke_records()
471 struct jbd_revoke_record_s *record) in write_one_revoke_record()
578 struct jbd_revoke_record_s *record; in journal_set_revoke()
602 struct jbd_revoke_record_s *record; in journal_test_revoke()
621 struct jbd_revoke_record_s *record; in journal_clear_revoke()
629 record = (struct jbd_revoke_record_s*) hash_list->next; in journal_clear_revoke()