Lines Matching refs:nextspace
2461 u32 nextspace;
2473 nextspace = blocksz - blkheadsz;
2477 if (size <= (space + nextspace)) {
2522 skip = (size - space - 1)/nextspace;
2531 nextspace);
2532 pos += nextspace;
2568 next = (size - space) % nextspace
3344 int nextspace;
3354 nextspace = blocksz - blkheadsz;
3360 if (size <= (space + nextspace))
3379 if (more > nextspace)
3380 more = nextspace;