Lines Matching refs:jbd_revoke_record_s
105 struct jbd_revoke_record_s struct
127 struct jbd_revoke_record_s *, int); argument
144 struct jbd_revoke_record_s *record; in insert_revoke_hash()
169 static struct jbd_revoke_record_s *find_revoke_record(journal_t *journal, in find_revoke_record()
173 struct jbd_revoke_record_s *record; in find_revoke_record()
178 record = (struct jbd_revoke_record_s *) hash_list->next; in find_revoke_record()
184 record = (struct jbd_revoke_record_s *) record->hash.next; in find_revoke_record()
208 sizeof(struct jbd_revoke_record_s), in journal_init_revoke_caches()
425 struct jbd_revoke_record_s *record; in journal_cancel_revoke()
495 struct jbd_revoke_record_s *record; in journal_clear_buffer_revoked_flags()
497 record = (struct jbd_revoke_record_s *)list_entry; in journal_clear_buffer_revoked_flags()
534 struct jbd_revoke_record_s *record; in journal_write_revoke_records()
551 record = (struct jbd_revoke_record_s *) in journal_write_revoke_records()
575 struct jbd_revoke_record_s *record, in write_one_revoke_record()
677 struct jbd_revoke_record_s *record; in journal_set_revoke()
701 struct jbd_revoke_record_s *record; in journal_test_revoke()
720 struct jbd_revoke_record_s *record; in journal_clear_revoke()
728 record = (struct jbd_revoke_record_s*) hash_list->next; in journal_clear_revoke()