Home
last modified time | relevance | path

Searched refs:blocks_to_boundary (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext2/
H A Dinode.c362 int blocks_to_boundary) in ext2_blks_to_allocate() argument
372 if (blks < blocks_to_boundary + 1) in ext2_blks_to_allocate()
375 count += blocks_to_boundary + 1; in ext2_blks_to_allocate()
380 while (count < blks && count <= blocks_to_boundary in ext2_blks_to_allocate()
635 int blocks_to_boundary = 0; in ext2_get_blocks() local
643 depth = ext2_block_to_path(inode,iblock,offsets,&blocks_to_boundary); in ext2_get_blocks()
654 while (count < maxblocks && count <= blocks_to_boundary) { in ext2_get_blocks()
730 maxblocks, blocks_to_boundary); in ext2_get_blocks()
768 if (count > blocks_to_boundary) in ext2_get_blocks()