Home | History | Annotate | Download | only in restore

Lines Matching refs:direct

28  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
128 static void dcvt(struct odirect *, struct direct *);
134 static void putent(struct direct *);
137 static struct direct *searchdir(ino_t, char *);
151 struct direct nulldir;
232 struct direct *dp;
290 struct direct *
294 struct direct *dp;
315 static struct direct *
318 struct direct *dp;
341 struct direct cvtbuf;
344 struct direct *dp;
356 dp = (struct direct *)(buf + loc);
413 putent(struct direct *dp)
417 ((struct direct *)(dirbuf + prev))->d_reclen =
434 ((struct direct *)(dirbuf + prev))->d_reclen = DIRBLKSIZ - prev;
442 dcvt(struct odirect *odp, struct direct *ndp)
493 struct direct *
496 struct direct *dp;
511 dp = (struct direct *)(rdirp->dd_buf + rdirp->dd_loc);