Searched defs:links_entry (Results 1 – 3 of 3) sorted by relevance
70 struct links_entry { struct71 struct links_entry *next; argument72 struct links_entry *previous; argument80 struct links_entry **buckets; argument
165 struct links_entry { struct166 struct links_entry *next; argument167 struct links_entry *previous; argument179 struct links_entry *links_head; argument
316 struct links_entry { in linkchk() struct317 struct links_entry *next; in linkchk()318 struct links_entry *previous; in linkchk()319 int links; in linkchk()320 dev_t dev; in linkchk()321 ino_t ino; in linkchk()