Searched refs:blocks_to_boundary (Results 1 – 2 of 2) sorted by relevance
278 int blocks_to_boundary) in ext4_blks_to_allocate() argument288 if (blks < blocks_to_boundary + 1) in ext4_blks_to_allocate()291 count += blocks_to_boundary + 1; in ext4_blks_to_allocate()296 while (count < blks && count <= blocks_to_boundary && in ext4_blks_to_allocate()526 int blocks_to_boundary = 0; in ext4_ind_map_blocks() local535 &blocks_to_boundary); in ext4_ind_map_blocks()547 while (count < map->m_len && count <= blocks_to_boundary) { in ext4_ind_map_blocks()615 map->m_len, blocks_to_boundary); in ext4_ind_map_blocks()651 if (count > blocks_to_boundary) in ext4_ind_map_blocks()
363 int blocks_to_boundary) in ext2_blks_to_allocate() argument373 if (blks < blocks_to_boundary + 1) in ext2_blks_to_allocate()376 count += blocks_to_boundary + 1; in ext2_blks_to_allocate()381 while (count < blks && count <= blocks_to_boundary in ext2_blks_to_allocate()634 int blocks_to_boundary = 0; in ext2_get_blocks() local642 depth = ext2_block_to_path(inode,iblock,offsets,&blocks_to_boundary); in ext2_get_blocks()653 while (count < maxblocks && count <= blocks_to_boundary) { in ext2_get_blocks()729 maxblocks, blocks_to_boundary); in ext2_get_blocks()767 if (count > blocks_to_boundary) in ext2_get_blocks()