Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dindirect.c269 int blocks_to_boundary) in ext4_blks_to_allocate() argument
279 if (blks < blocks_to_boundary + 1) in ext4_blks_to_allocate()
282 count += blocks_to_boundary + 1; in ext4_blks_to_allocate()
287 while (count < blks && count <= blocks_to_boundary && in ext4_blks_to_allocate()
523 int blocks_to_boundary = 0; in ext4_ind_map_blocks() local
532 &blocks_to_boundary); in ext4_ind_map_blocks()
544 while (count < map->m_len && count <= blocks_to_boundary) { in ext4_ind_map_blocks()
590 map->m_len, blocks_to_boundary); in ext4_ind_map_blocks()
618 if (count > blocks_to_boundary) in ext4_ind_map_blocks()
/linux-4.1.27/fs/ext2/
Dinode.c359 int blocks_to_boundary) in ext2_blks_to_allocate() argument
369 if (blks < blocks_to_boundary + 1) in ext2_blks_to_allocate()
372 count += blocks_to_boundary + 1; in ext2_blks_to_allocate()
377 while (count < blks && count <= blocks_to_boundary in ext2_blks_to_allocate()
628 int blocks_to_boundary = 0; in ext2_get_blocks() local
636 depth = ext2_block_to_path(inode,iblock,offsets,&blocks_to_boundary); in ext2_get_blocks()
648 while (count < maxblocks && count <= blocks_to_boundary) { in ext2_get_blocks()
721 maxblocks, blocks_to_boundary); in ext2_get_blocks()
752 if (count > blocks_to_boundary) in ext2_get_blocks()
/linux-4.1.27/fs/ext3/
Dinode.c536 int blocks_to_boundary) in ext3_blks_to_allocate() argument
546 if (blks < blocks_to_boundary + 1) in ext3_blks_to_allocate()
549 count += blocks_to_boundary + 1; in ext3_blks_to_allocate()
554 while (count < blks && count <= blocks_to_boundary && in ext3_blks_to_allocate()
868 int blocks_to_boundary = 0; in ext3_get_blocks_handle() local
877 depth = ext3_block_to_path(inode,iblock,offsets,&blocks_to_boundary); in ext3_get_blocks_handle()
890 while (count < maxblocks && count <= blocks_to_boundary) { in ext3_get_blocks_handle()
970 maxblocks, blocks_to_boundary); in ext3_get_blocks_handle()
991 if (count > blocks_to_boundary) in ext3_get_blocks_handle()