Home
last modified time | relevance | path

Searched refs:EXT_MAX_BLOCKS (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/ext4/
Dmove_extent.c510 if ((orig_start >= EXT_MAX_BLOCKS) || in mext_check_arguments()
511 (donor_start >= EXT_MAX_BLOCKS) || in mext_check_arguments()
512 (*len > EXT_MAX_BLOCKS) || in mext_check_arguments()
513 (donor_start + *len >= EXT_MAX_BLOCKS) || in mext_check_arguments()
514 (orig_start + *len >= EXT_MAX_BLOCKS)) { in mext_check_arguments()
516 "[ino:orig %lu, donor %lu]\n", EXT_MAX_BLOCKS, in mext_check_arguments()
635 if (next_blk == EXT_MAX_BLOCKS) { in ext4_move_extents()
Dextents.c1633 return EXT_MAX_BLOCKS; in ext4_ext_next_allocated_block()
1651 return EXT_MAX_BLOCKS; in ext4_ext_next_allocated_block()
1667 return EXT_MAX_BLOCKS; in ext4_ext_next_leaf_block()
1680 return EXT_MAX_BLOCKS; in ext4_ext_next_leaf_block()
1934 if (b2 == EXT_MAX_BLOCKS) in ext4_ext_check_overlap()
1941 len1 = EXT_MAX_BLOCKS - b1; in ext4_ext_check_overlap()
2071 next = EXT_MAX_BLOCKS; in ext4_ext_insert_extent()
2074 if (next != EXT_MAX_BLOCKS) { in ext4_ext_insert_extent()
2195 while (block < last && block != EXT_MAX_BLOCKS) { in ext4_fill_fiemap_extents()
2296 if (next == next_del && next == EXT_MAX_BLOCKS) { in ext4_fill_fiemap_extents()
[all …]
Dextents_status.c386 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()
1246 if (!es_do_reclaim_extents(ei, EXT_MAX_BLOCKS, nr_to_scan, &nr_shrunk) && in es_reclaim_extents()
Dioctl.c81 ext4_es_remove_extent(inode1, 0, EXT_MAX_BLOCKS); in swap_inode_data()
82 ext4_es_remove_extent(inode2, 0, EXT_MAX_BLOCKS); in swap_inode_data()
Dindirect.c1138 ext4_es_remove_extent(inode, last_block, EXT_MAX_BLOCKS - last_block); in ext4_ind_truncate()
Dext4.h3199 #define EXT_MAX_BLOCKS 0xffffffff macro
Dsuper.c1181 ext4_es_remove_extent(inode, 0, EXT_MAX_BLOCKS); in ext4_clear_inode()
Dinode.c545 if (unlikely(map->m_lblk >= EXT_MAX_BLOCKS)) in ext4_map_blocks()