Searched defs:links_entry (Results 1 – 3 of 3) sorted by relevance
69 struct links_entry { struct70 struct links_entry *next; argument71 struct links_entry *previous; argument79 struct links_entry **buckets; argument
164 struct links_entry { struct165 struct links_entry *next; argument166 struct links_entry *previous; argument178 struct links_entry *links_head; argument
340 struct links_entry { in linkchk() struct341 struct links_entry *next; in linkchk()342 struct links_entry *previous; in linkchk()343 int links; in linkchk()344 dev_t dev; in linkchk()345 ino_t ino; in linkchk()