Searched refs:inotab (Results 1 – 1 of 1) sorted by relevance
28 struct inotab { struct29 struct inotab *t_next; argument33 struct inotab *t_xattr; argument35 static struct inotab *inotab[HASHSIZE]; variable36 static struct inotab *xattrlist = NULL;91 static struct inotab *allocinotab(ino_t, struct dinode *, off64_t);93 static struct inotab *inotablookup(ino_t);104 static struct inotab *allocinotab();106 static struct inotab *inotablookup();121 struct inotab *itp; in extractdirs()[all …]