Home
last modified time | relevance | path

Searched refs:TS_INODE (Results 1 – 5 of 5) sorted by last modified time

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c578 if ((BIT(ino, shamap)) && (spcl.c_type == TS_INODE)) { in spclrec()
591 if (!(spcl.c_type == TS_INODE && (spcl.c_flags & DR_HASMETA))) { in spclrec()
605 } else if (spcl.c_type != TS_INODE) in spclrec()
2166 lastnonaddr == TS_INODE) { in checkpoint()
2170 if (nextspcl->s_spcl.c_type == TS_INODE) { in checkpoint()
2190 case TS_INODE: in checkpoint()
2206 case TS_INODE: in checkpoint()
H A Ddumptraverse.c431 spcl.c_type = TS_INODE; in lf_dump()
/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h158 #define TS_INODE 2 /* beginning of file record */ macro
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1873 case TS_INODE: in gethead()
1918 case TS_INODE: in accthdr()
1999 if (checktype(header, TS_INODE) == GOOD) { in findinode()
2006 curfile.ts = TS_INODE; in findinode()
H A Ddirs.c145 if (ts != TS_END && ts != TS_INODE) { in extractdirs()
149 if (ts == TS_INODE && ip == NULL) { in extractdirs()
155 if ((ts == TS_INODE && (ip->di_mode & IFMT) != IFDIR && in extractdirs()