Home | History | Annotate | Download | only in restore

Lines Matching refs:ctxp

772 allocinotab(struct context *ctxp, long aseekpt)
780 itp->t_next = inotab[INOHASH(ctxp->ino)];
781 inotab[INOHASH(ctxp->ino)] = itp;
782 itp->t_ino = ctxp->ino;
786 node.ino = ctxp->ino;
787 node.mtimep[0].tv_sec = ctxp->atime_sec;
788 node.mtimep[0].tv_nsec = ctxp->atime_nsec;
789 node.mtimep[1].tv_sec = ctxp->mtime_sec;
790 node.mtimep[1].tv_nsec = ctxp->mtime_nsec;
791 node.ctimep[0].tv_sec = ctxp->atime_sec;
792 node.ctimep[0].tv_nsec = ctxp->atime_nsec;
793 node.ctimep[1].tv_sec = ctxp->birthtime_sec;
794 node.ctimep[1].tv_nsec = ctxp->birthtime_nsec;
795 node.extsize = ctxp->extsize;
796 node.mode = ctxp->mode;
797 node.flags = ctxp->file_flags;
798 node.uid = ctxp->uid;
799 node.gid = ctxp->gid;