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
346 struct links_entry { in linkchk() struct347 struct links_entry *next; in linkchk()348 struct links_entry *previous; in linkchk()349 int links; in linkchk()350 dev_t dev; in linkchk()351 ino_t ino; in linkchk()