ReactOS 0.4.15-dev-7842-g558ab78
jbd_revoke_table_s Struct Reference
Collaboration diagram for jbd_revoke_table_s:

Public Attributes

int hash_size
 
int hash_shift
 
struct list_headhash_table
 

Detailed Description

Definition at line 89 of file revoke.c.

Member Data Documentation

◆ hash_shift

int jbd_revoke_table_s::hash_shift

Definition at line 94 of file revoke.c.

Referenced by hash().

◆ hash_size

int jbd_revoke_table_s::hash_size

Definition at line 93 of file revoke.c.

Referenced by journal_clear_revoke().

◆ hash_table

struct list_head* jbd_revoke_table_s::hash_table

Definition at line 95 of file revoke.c.

Referenced by journal_clear_revoke().


The documentation for this struct was generated from the following file: