Home
last modified time | relevance | path

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

/freebsd/include/protocols/
H A Ddumprestore.h137 #define TS_CLRI 6 /* map of inodes deleted since last dump */ macro
/freebsd/sbin/restore/
H A Dtape.c273 if (spcl.c_type != TS_CLRI) { in setup()
831 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps()
1336 case TS_CLRI: in gethead()
1425 case TS_CLRI: in accthdr()
1522 case TS_CLRI: in findinode()
/freebsd/sbin/dump/
H A Dmain.c546 dumpmap(usedinomap, TS_CLRI, maxino - 1); in main()
H A Dtape.c277 if (spcl.c_type != TS_END && spcl.c_type != TS_CLRI && in flushtape()