Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ext2/src/jbd/
H A Drevoke.c122 struct list_head *hash_list; in insert_revoke_hash() local
135 list_add(&record->hash, hash_list); in insert_revoke_hash()
152 struct list_head *hash_list; in find_revoke_record() local
159 while (&(record->hash) != hash_list) { in find_revoke_record()
274 struct list_head *hash_list; in journal_destroy_revoke() local
283 J_ASSERT (list_empty(hash_list)); in journal_destroy_revoke()
296 J_ASSERT (list_empty(hash_list)); in journal_destroy_revoke()
510 struct list_head *hash_list; in journal_write_revoke_records() local
524 while (!list_empty(hash_list)) { in journal_write_revoke_records()
526 hash_list->next; in journal_write_revoke_records()
[all …]