Home
last modified time | relevance | path

Searched refs:jbd2_revoke_record_s (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/jbd2/
Drevoke.c104 struct jbd2_revoke_record_s struct
126 struct jbd2_revoke_record_s *, int); argument
148 struct jbd2_revoke_record_s *record; in insert_revoke_hash()
173 static struct jbd2_revoke_record_s *find_revoke_record(journal_t *journal, in find_revoke_record()
177 struct jbd2_revoke_record_s *record; in find_revoke_record()
182 record = (struct jbd2_revoke_record_s *) hash_list->next; in find_revoke_record()
188 record = (struct jbd2_revoke_record_s *) record->hash.next; in find_revoke_record()
211 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_caches()
427 struct jbd2_revoke_record_s *record; in jbd2_journal_cancel_revoke()
497 struct jbd2_revoke_record_s *record; in jbd2_clear_buffer_revoked_flags()
[all …]