Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dindirect.c271 int blocks_to_boundary) in ext4_blks_to_allocate() argument
281 if (blks < blocks_to_boundary + 1) in ext4_blks_to_allocate()
284 count += blocks_to_boundary + 1; in ext4_blks_to_allocate()
289 while (count < blks && count <= blocks_to_boundary && in ext4_blks_to_allocate()
525 int blocks_to_boundary = 0; in ext4_ind_map_blocks() local
534 &blocks_to_boundary); in ext4_ind_map_blocks()
546 while (count < map->m_len && count <= blocks_to_boundary) { in ext4_ind_map_blocks()
614 map->m_len, blocks_to_boundary); in ext4_ind_map_blocks()
642 if (count > blocks_to_boundary) in ext4_ind_map_blocks()
/Linux-v4.19/fs/ext2/
Dinode.c363 int blocks_to_boundary) in ext2_blks_to_allocate() argument
373 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()
632 int blocks_to_boundary = 0; in ext2_get_blocks() local
640 depth = ext2_block_to_path(inode,iblock,offsets,&blocks_to_boundary); in ext2_get_blocks()
651 while (count < maxblocks && count <= blocks_to_boundary) { in ext2_get_blocks()
724 maxblocks, blocks_to_boundary); in ext2_get_blocks()
762 if (count > blocks_to_boundary) in ext2_get_blocks()