Home
last modified time | relevance | path

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

/freebsd-14.2/include/protocols/
H A Ddumprestore.h139 #define TS_CLRI 6 /* map of inodes deleted since last dump */ macro
/freebsd-14.2/sbin/restore/
H A Dtape.c279 if (spcl.c_type != TS_CLRI) { in setup()
837 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps()
1342 case TS_CLRI: in gethead()
1431 case TS_CLRI: in accthdr()
1528 case TS_CLRI: in findinode()
/freebsd-14.2/sbin/dump/
H A Dmain.c558 dumpmap(usedinomap, TS_CLRI, maxino - 1); in main()
H A Dtape.c283 if (spcl.c_type != TS_END && spcl.c_type != TS_CLRI && in flushtape()