Home
last modified time | relevance | path

Searched refs:DR_INODEINFO (Results 1 – 4 of 4) sorted by last modified time

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c599 spcl.c_flags |= DR_INODEINFO; in spclrec()
625 spcl.c_flags &= ~DR_INODEINFO; in spclrec()
/illumos-gate/usr/src/cmd/backup/lib/
H A Dbyteorder.c200 if (sp->c_flags & DR_INODEINFO) { in normspcl()
/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h169 #define DR_INODEINFO 2 /* header contains starting inode info */ macro
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1864 if (!inodeinfo && (spcl.c_flags & DR_INODEINFO)) { in gethead()