Searched refs:TP_NINDIR (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/include/protocols/
H A Ddumprestore.h51 * TP_NINDIR is the number of indirect pointers in a TS_INODE
57 #define TP_NINDIR (TP_BSIZE/2) macro
107 char c_addr[TP_NINDIR]; /* 1 => data; 0 => hole in inode */
/freebsd-9.3-release/sbin/dump/
H A Dtraverse.c125 TP_NINDIR);
633 for (i = 0; i < blks; i += TP_NINDIR) {
634 if (i + TP_NINDIR > blks)
637 count = i + TP_NINDIR;
680 for (i = 0; i < blks; i += TP_NINDIR) {
681 if (i + TP_NINDIR > blks)
684 count = i + TP_NINDIR;
741 if (spcl.c_count + blks > TP_NINDIR)
/freebsd-9.3-release/sbin/restore/
H A Dtape.c961 if (!readmapflag && i > TP_NINDIR) {
1003 if (!readmapflag && i > TP_NINDIR) {
1397 if (buf->c_count > TP_NINDIR)

Completed in 109 milliseconds