Home
last modified time | relevance | path

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

/illumos-gate/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;
90 static struct inotab *allocinotab(ino_t, struct dinode *, off64_t);
92 static struct inotab *inotablookup(ino_t);
106 struct inotab *itp; in extractdirs()
213 struct inotab *itp; in treescan()
290 struct inotab *itp; in attrscan()
[all …]