Lines Matching defs:addnblocks
87 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks);
990 * addnblocks - number of blocks to add to the allocation.
1004 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results)
1010 if ((rc = dbExtend(ip, blkno, nblocks, addnblocks)) == 0) {
1024 (ip, blkno + nblocks - 1, addnblocks + nblocks, results));
1044 * addnblocks - number of blocks to add to the allocation.
1051 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks)
1066 (rel_block + nblocks + addnblocks > sbi->nbperpage))
1095 if (addnblocks > BPERDMAP || extblkno >= bmp->db_mapsize ||
1116 rc = dbAllocNext(bmp, dp, extblkno, (int) addnblocks);