Home
last modified time | relevance | path

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

/freebsd/sbin/dump/
H A Dtraverse.c115 UFS_NDADDR * sblock->fs_bsize / TP_BSIZE, TP_NINDIR); in blockest()
620 for (i = 0; i < blks; i += TP_NINDIR) { in ufs1_blksout()
621 if (i + TP_NINDIR > blks) in ufs1_blksout()
624 count = i + TP_NINDIR; in ufs1_blksout()
625 assert(count <= TP_NINDIR + i); in ufs1_blksout()
673 for (i = 0; i < blks; i += TP_NINDIR) { in ufs2_blksout()
674 if (i + TP_NINDIR > blks) in ufs2_blksout()
677 count = i + TP_NINDIR; in ufs2_blksout()
678 assert(count <= TP_NINDIR + i); in ufs2_blksout()
735 if (spcl.c_count + blks > TP_NINDIR) in appendextdata()
[all...]
H A Dtape.c279 assert(spcl.c_count <= TP_NINDIR); in flushtape()
/freebsd/include/protocols/
H A Ddumprestore.h55 #define TP_NINDIR (TP_BSIZE/2) macro
114 char c_addr[TP_NINDIR]; /* 1 => data; 0 => hole in inode */
/freebsd/sbin/restore/
H A Dtape.c897 if (!readmapflag && i > TP_NINDIR) { in getfile()
947 if (!readmapflag && i > TP_NINDIR) { in getfile()
1342 if (buf->c_count > TP_NINDIR) in gethead()