Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jbd2/
H A Drevoke.c102 struct jbd2_revoke_record_s struct
125 struct jbd2_revoke_record_s *);
140 struct jbd2_revoke_record_s *record; in insert_revoke_hash()
160 static struct jbd2_revoke_record_s *find_revoke_record(journal_t *journal, in find_revoke_record()
164 struct jbd2_revoke_record_s *record; in find_revoke_record()
169 record = (struct jbd2_revoke_record_s *) hash_list->next; in find_revoke_record()
175 record = (struct jbd2_revoke_record_s *) record->hash.next; in find_revoke_record()
196 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_record_cache()
425 struct jbd2_revoke_record_s *record; in jbd2_journal_cancel_revoke()
495 struct jbd2_revoke_record_s *recor in jbd2_clear_buffer_revoked_flags()
[all...]
/kernel/linux/linux-6.6/fs/jbd2/
H A Drevoke.c102 struct jbd2_revoke_record_s struct
125 struct jbd2_revoke_record_s *);
140 struct jbd2_revoke_record_s *record; in insert_revoke_hash()
160 static struct jbd2_revoke_record_s *find_revoke_record(journal_t *journal, in find_revoke_record()
164 struct jbd2_revoke_record_s *record; in find_revoke_record()
169 record = (struct jbd2_revoke_record_s *) hash_list->next; in find_revoke_record()
175 record = (struct jbd2_revoke_record_s *) record->hash.next; in find_revoke_record()
196 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_record_cache()
425 struct jbd2_revoke_record_s *record; in jbd2_journal_cancel_revoke()
495 struct jbd2_revoke_record_s *recor in jbd2_clear_buffer_revoked_flags()
[all...]

Completed in 2 milliseconds