Home
last modified time | relevance | path

Searched refs:inotab (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/backup/restore/
H A Ddirs.c28 struct inotab { struct
29 struct inotab *t_next; argument
33 struct inotab *t_xattr; argument
35 static struct inotab *inotab[HASHSIZE]; variable
36 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 …]