Searched refs:EXT_MAX_BLOCKS (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/ext4/ |
D | move_extent.c | 519 if ((orig_start >= EXT_MAX_BLOCKS) || in mext_check_arguments() 520 (donor_start >= EXT_MAX_BLOCKS) || in mext_check_arguments() 521 (*len > EXT_MAX_BLOCKS) || in mext_check_arguments() 522 (donor_start + *len >= EXT_MAX_BLOCKS) || in mext_check_arguments() 523 (orig_start + *len >= EXT_MAX_BLOCKS)) { in mext_check_arguments() 525 "[ino:orig %lu, donor %lu]\n", EXT_MAX_BLOCKS, in mext_check_arguments() 635 if (next_blk == EXT_MAX_BLOCKS) { in ext4_move_extents()
|
D | extents.c | 1603 return EXT_MAX_BLOCKS; in ext4_ext_next_allocated_block() 1621 return EXT_MAX_BLOCKS; in ext4_ext_next_allocated_block() 1637 return EXT_MAX_BLOCKS; in ext4_ext_next_leaf_block() 1650 return EXT_MAX_BLOCKS; in ext4_ext_next_leaf_block() 1898 if (b2 == EXT_MAX_BLOCKS) in ext4_ext_check_overlap() 1905 len1 = EXT_MAX_BLOCKS - b1; in ext4_ext_check_overlap() 2035 next = EXT_MAX_BLOCKS; in ext4_ext_insert_extent() 2038 if (next != EXT_MAX_BLOCKS) { in ext4_ext_insert_extent() 2159 while (block < last && block != EXT_MAX_BLOCKS) { in ext4_fill_fiemap_extents() 2260 if (next == next_del && next == EXT_MAX_BLOCKS) { in ext4_fill_fiemap_extents() [all …]
|
D | ioctl.c | 76 ext4_es_remove_extent(inode1, 0, EXT_MAX_BLOCKS); in swap_inode_data() 77 ext4_es_remove_extent(inode2, 0, EXT_MAX_BLOCKS); in swap_inode_data()
|
D | extents_status.c | 386 if (((__u64) es1->es_len) + es2->es_len > EXT_MAX_BLOCKS) { in ext4_es_can_be_merged() 390 es1->es_len, es2->es_len, EXT_MAX_BLOCKS); in ext4_es_can_be_merged() 1248 if (!es_do_reclaim_extents(ei, EXT_MAX_BLOCKS, nr_to_scan, &nr_shrunk) && in es_reclaim_extents()
|
D | indirect.c | 1229 ext4_es_remove_extent(inode, last_block, EXT_MAX_BLOCKS - last_block); in ext4_ind_truncate()
|
D | ext4.h | 3134 #define EXT_MAX_BLOCKS 0xffffffff macro
|
D | inode.c | 482 if (unlikely(map->m_lblk >= EXT_MAX_BLOCKS)) in ext4_map_blocks()
|
D | super.c | 993 ext4_es_remove_extent(inode, 0, EXT_MAX_BLOCKS); in ext4_clear_inode()
|