Lines Matching defs:nblocks
207 int nblocks;
225 nblocks = (size + (sb->s_blocksize - 1)) >> sb->s_blocksize_bits;
228 rc = dquot_alloc_block(ip, nblocks);
232 rc = dbAlloc(ip, INOHINT(ip), nblocks, &blkno);
235 dquot_free_block(ip, nblocks);
240 * Now have nblocks worth of storage to stuff into the FEALIST.
246 for (i = 0; i < nblocks; i += sbi->nbperpage) {
289 DXDlength(ea, nblocks);
300 dquot_free_block(ip, nblocks);
302 dbFree(ip, blkno, nblocks);
356 int nblocks;
378 nblocks = lengthDXD(&ji->ea) << sbi->l2nbperpage;
386 for (i = 0; i < nblocks; i += sbi->nbperpage) {