Searched defs:LIST_HEAD (Results 1 – 3 of 3) sorted by relevance
15 static LIST_HEAD(hash_head, inode) hash_table[NUM_HASH_SLOTS]; in LIST_HEAD() function
15 static LIST_HEAD(name_head, inode) *parent_name_head; in LIST_HEAD() function
181 #define LIST_HEAD(name, type) \ macro