Searched defs:list_entry (Results 1 - 2 of 2) sorted by relevance

/fs/jbd/
H A Drevoke.c491 struct list_head *list_entry; local
494 list_for_each(list_entry, hash_list) {
497 record = (struct jbd_revoke_record_s *)list_entry;
/fs/jbd2/
H A Drevoke.c488 struct list_head *list_entry; local
491 list_for_each(list_entry, hash_list) {
494 record = (struct jbd2_revoke_record_s *)list_entry;

Completed in 114 milliseconds