Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/protocols/
H A Ddumprestore.h160 #define TS_INODE 2 /* beginning of file record */ macro
/titanic_44/usr/src/cmd/backup/dump/
H A Ddumptape.c621 if ((BIT(ino, shamap)) && (spcl.c_type == TS_INODE)) { in spclrec()
634 if (!(spcl.c_type == TS_INODE && (spcl.c_flags & DR_HASMETA))) { in spclrec()
648 } else if (spcl.c_type != TS_INODE) in spclrec()
2256 lastnonaddr == TS_INODE) { in checkpoint()
2260 if (nextspcl->s_spcl.c_type == TS_INODE) { in checkpoint()
2280 case TS_INODE: in checkpoint()
2296 case TS_INODE: in checkpoint()
H A Ddumptraverse.c454 spcl.c_type = TS_INODE;
/titanic_44/usr/src/cmd/backup/restore/
H A Ddirs.c160 if (ts != TS_END && ts != TS_INODE) { in extractdirs()
164 if (ts == TS_INODE && ip == NULL) { in extractdirs()
170 if ((ts == TS_INODE && (ip->di_mode & IFMT) != IFDIR && in extractdirs()
H A Dtape.c1876 case TS_INODE: in gethead()
1921 case TS_INODE: in accthdr()
2002 if (checktype(header, TS_INODE) == GOOD) { in findinode()
2009 curfile.ts = TS_INODE; in findinode()