Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c57 uchar_t *shamap; variable
854 shamap = (uchar_t *)xcalloc(msiz, sizeof (*shamap)); in main()
858 nodmap == NULL || shamap == NULL || activemap == NULL) { in main()
868 bzero(shamap, msiz); in main()
927 pass(estshad, shamap); in main()
H A Ddump.h101 extern uchar_t *shamap;
H A Ddumptraverse.c181 BIS(shadow, shamap); in markshad()
409 if ((!BIT(ino, nodmap)) && (!BIT(ino, shamap))) in lf_dump()
H A Ddumptape.c578 if ((BIT(ino, shamap)) && (spcl.c_type == TS_INODE)) { in spclrec()