Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dindirect.c270 int blocks_to_boundary) in ext4_blks_to_allocate() argument
280 if (blks < blocks_to_boundary + 1) in ext4_blks_to_allocate()
283 count += blocks_to_boundary + 1; in ext4_blks_to_allocate()
288 while (count < blks && count <= blocks_to_boundary && in ext4_blks_to_allocate()
524 int blocks_to_boundary = 0; in ext4_ind_map_blocks() local
533 &blocks_to_boundary); in ext4_ind_map_blocks()
545 while (count < map->m_len && count <= blocks_to_boundary) { in ext4_ind_map_blocks()
592 map->m_len, blocks_to_boundary); in ext4_ind_map_blocks()
620 if (count > blocks_to_boundary) in ext4_ind_map_blocks()
/linux-4.4.14/fs/ext2/
Dinode.c360 int blocks_to_boundary) in ext2_blks_to_allocate() argument
370 if (blks < blocks_to_boundary + 1) in ext2_blks_to_allocate()
373 count += blocks_to_boundary + 1; in ext2_blks_to_allocate()
378 while (count < blks && count <= blocks_to_boundary in ext2_blks_to_allocate()
629 int blocks_to_boundary = 0; in ext2_get_blocks() local
637 depth = ext2_block_to_path(inode,iblock,offsets,&blocks_to_boundary); in ext2_get_blocks()
649 while (count < maxblocks && count <= blocks_to_boundary) { in ext2_get_blocks()
722 maxblocks, blocks_to_boundary); in ext2_get_blocks()
753 if (count > blocks_to_boundary) in ext2_get_blocks()