Home | History | Annotate | Download | only in dump

Lines Matching defs:extsize

697 		int extsize = iswap32(spcl.c_extsize);
699 resid = howmany(ufsib->ufs_qfmask & extsize,
754 int i, blks, tbperdb, count, extsize;
757 extsize = iswap32(spcl.c_extsize);
761 if (extsize == 0)
769 if (extsize > UFS_NXADDR * ufsib->ufs_bsize)
772 blks = howmany(extsize, TP_BSIZE);
800 int i, frags, blks, tbperdb, last, extsize;
804 extsize = iswap32(spcl.c_extsize);
809 if (extsize == 0)
816 if (extsize > UFS_NXADDR * ufsib->ufs_bsize) {
820 frags = howmany(extsize, ufsib->ufs_fsize);
825 if (extsize > UFS_NXADDR * ufsib->ufs_bsize)
828 blks = howmany(extsize, TP_BSIZE);
852 if ((size = extsize - UFS_NXADDR * ufsib->ufs_bsize) > 0)