Searched refs:jbd_revoke_record_s (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/jbd/
H A Drevoke.c105 struct jbd_revoke_record_s struct
127 struct jbd_revoke_record_s *, int);
144 struct jbd_revoke_record_s *record; insert_revoke_hash()
169 static struct jbd_revoke_record_s *find_revoke_record(journal_t *journal, find_revoke_record()
173 struct jbd_revoke_record_s *record; find_revoke_record()
178 record = (struct jbd_revoke_record_s *) hash_list->next; find_revoke_record()
184 record = (struct jbd_revoke_record_s *) record->hash.next; find_revoke_record()
208 sizeof(struct jbd_revoke_record_s), journal_init_revoke_caches()
425 struct jbd_revoke_record_s *record; journal_cancel_revoke()
495 struct jbd_revoke_record_s *record; list_for_each()
497 record = (struct jbd_revoke_record_s *)list_entry; list_for_each()
534 struct jbd_revoke_record_s *record; journal_write_revoke_records()
551 record = (struct jbd_revoke_record_s *) journal_write_revoke_records()
575 struct jbd_revoke_record_s *record, write_one_revoke_record()
677 struct jbd_revoke_record_s *record; journal_set_revoke()
701 struct jbd_revoke_record_s *record; journal_test_revoke()
720 struct jbd_revoke_record_s *record; journal_clear_revoke()
728 record = (struct jbd_revoke_record_s*) hash_list->next; journal_clear_revoke()

Completed in 82 milliseconds