Lines Matching refs:blocks_to_boundary
356 * @blocks_to_boundary: the offset in the indirect block
362 int blocks_to_boundary)
372 if (blks < blocks_to_boundary + 1)
375 count += blocks_to_boundary + 1;
380 while (count < blks && count <= blocks_to_boundary
635 int blocks_to_boundary = 0;
643 depth = ext2_block_to_path(inode,iblock,offsets,&blocks_to_boundary);
654 while (count < maxblocks && count <= blocks_to_boundary) {
730 maxblocks, blocks_to_boundary);
768 if (count > blocks_to_boundary)