Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/dump/
HDtraverse.c121 UFS_NDADDR * sblock->fs_bsize / TP_BSIZE, TP_NINDIR); in blockest()
626 for (i = 0; i < blks; i += TP_NINDIR) { in ufs1_blksout()
627 if (i + TP_NINDIR > blks) in ufs1_blksout()
630 count = i + TP_NINDIR; in ufs1_blksout()
631 assert(count <= TP_NINDIR + i); in ufs1_blksout()
679 for (i = 0; i < blks; i += TP_NINDIR) { in ufs2_blksout()
680 if (i + TP_NINDIR > blks) in ufs2_blksout()
683 count = i + TP_NINDIR; in ufs2_blksout()
684 assert(count <= TP_NINDIR + i); in ufs2_blksout()
741 if (spcl.c_count + blks > TP_NINDIR) in appendextdata()
[all …]
HDtape.c285 assert(spcl.c_count <= TP_NINDIR); in flushtape()
/freebsd-14-stable/include/protocols/
HDdumprestore.h57 #define TP_NINDIR (TP_BSIZE/2) macro
116 char c_addr[TP_NINDIR]; /* 1 => data; 0 => hole in inode */
/freebsd-14-stable/sbin/restore/
HDtape.c903 if (!readmapflag && i > TP_NINDIR) { in getfile()
953 if (!readmapflag && i > TP_NINDIR) { in getfile()
1348 if (buf->c_count > TP_NINDIR) in gethead()