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
631 int blocks_to_boundary = 0;
639 depth = ext2_block_to_path(inode,iblock,offsets,&blocks_to_boundary);
650 while (count < maxblocks && count <= blocks_to_boundary) {
726 maxblocks, blocks_to_boundary);
764 if (count > blocks_to_boundary)