Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h93 #define TP_NINDIR (TP_BSIZE_MIN/2) macro
94 #define TP_NINOS (TP_NINDIR / sizeof (long))
104 char s_addrs[TP_NINDIR]; /* 1 => data; 0 => hole in inode */
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c542 if (bytes < TP_NINDIR*tp_bsize) in lf_blksout()
546 count = TP_NINDIR; in lf_blksout()
548 if (tpblkskip < TP_NINDIR) { in lf_blksout()
553 bytes -= (offset_t)TP_NINDIR*tp_bsize; in lf_blksout()
554 tpblkskip -= TP_NINDIR; in lf_blksout()
560 assert((count - skip) <= TP_NINDIR); in lf_blksout()
605 for (i = 0; i < TP_NINDIR; i++) in bitmap()
616 spcl.c_count = count > TP_NINDIR ? TP_NINDIR : count; in bitmap()
H A Ddumpitime.c372 (unsigned)TP_NINDIR); in est()
H A Ddumptape.c897 bzero(&spcl.c_addr[leftover], TP_NINDIR-leftover); in rollforward()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1071 if ((i >= TP_NINDIR) || (spcl.c_addr[i])) { in getfile()
1098 if ((i >= TP_NINDIR) || (spcl.c_addr[i])) in getfile()
1407 if ((spcl.c_count < 0) || (spcl.c_count > TP_NINDIR)) { in xtrmap()
1832 for (i = 0; i < buf->c_count && i < TP_NINDIR; i++) in gethead()
1941 if ((i >= TP_NINDIR) || (header->c_addr[i] != 0)) in accthdr()
1994 if ((i >= TP_NINDIR) || (header->c_addr[i])) in findinode()