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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dcatalog.c9 #define C_HASHSIZE (1UL << C_HASHBITS) macro
10 #define C_HASHMASK (C_HASHSIZE - 1)
80 static struct list_head hash_table[C_HASHSIZE];
1558 i = C_HASHSIZE;

Completed in 37 milliseconds