Home
last modified time | relevance | path

Searched defs:LIST_HEAD (Results 1 – 3 of 3) sorted by relevance

/minix3/minix/lib/libsffs/
H A Ddentry.c15 static LIST_HEAD(hash_head, inode) hash_table[NUM_HASH_SLOTS]; in LIST_HEAD() function
/minix3/minix/lib/libvtreefs/
H A Dinode.c15 static LIST_HEAD(name_head, inode) *parent_name_head; in LIST_HEAD() function
/minix3/sys/sys/
H A Dqueue.h181 #define LIST_HEAD(name, type) \ macro