Searched refs:EXT_MAX_BLOCKS (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/fs/ext4/ |
D | move_extent.c | 514 if ((orig_start >= EXT_MAX_BLOCKS) || in mext_check_arguments() 515 (donor_start >= EXT_MAX_BLOCKS) || in mext_check_arguments() 516 (*len > EXT_MAX_BLOCKS) || in mext_check_arguments() 517 (donor_start + *len >= EXT_MAX_BLOCKS) || in mext_check_arguments() 518 (orig_start + *len >= EXT_MAX_BLOCKS)) { in mext_check_arguments() 520 "[ino:orig %lu, donor %lu]\n", EXT_MAX_BLOCKS, in mext_check_arguments() 639 if (next_blk == EXT_MAX_BLOCKS) { in ext4_move_extents()
|
D | extents.c | 1650 return EXT_MAX_BLOCKS; in ext4_ext_next_allocated_block() 1667 return EXT_MAX_BLOCKS; in ext4_ext_next_allocated_block() 1683 return EXT_MAX_BLOCKS; in ext4_ext_next_leaf_block() 1696 return EXT_MAX_BLOCKS; in ext4_ext_next_leaf_block() 1940 if (b2 == EXT_MAX_BLOCKS) in ext4_ext_check_overlap() 1947 len1 = EXT_MAX_BLOCKS - b1; in ext4_ext_check_overlap() 2075 next = EXT_MAX_BLOCKS; in ext4_ext_insert_extent() 2078 if (next != EXT_MAX_BLOCKS) { in ext4_ext_insert_extent() 2256 len = EXT_MAX_BLOCKS; in ext4_ext_find_hole() 2706 if (end != EXT_MAX_BLOCKS - 1) { in ext4_ext_rm_leaf() [all …]
|
D | verity.c | 292 path = ext4_find_extent(inode, EXT_MAX_BLOCKS - 1, NULL, 0); in ext4_get_verity_descriptor_location()
|
D | extents_status.c | 540 if (((__u64) es1->es_len) + es2->es_len > EXT_MAX_BLOCKS) { in ext4_es_can_be_merged() 544 es1->es_len, es2->es_len, EXT_MAX_BLOCKS); in ext4_es_can_be_merged() 1824 if (!es_do_reclaim_extents(ei, EXT_MAX_BLOCKS, nr_to_scan, &nr_shrunk) && in es_reclaim_extents()
|
D | ioctl.c | 329 ext4_es_remove_extent(inode1, 0, EXT_MAX_BLOCKS); in swap_inode_data() 330 ext4_es_remove_extent(inode2, 0, EXT_MAX_BLOCKS); in swap_inode_data()
|
D | indirect.c | 1143 ext4_es_remove_extent(inode, last_block, EXT_MAX_BLOCKS - last_block); in ext4_ind_truncate()
|
D | inode.c | 501 if (unlikely(map->m_lblk >= EXT_MAX_BLOCKS)) in ext4_map_blocks() 1972 blocks = EXT_MAX_BLOCKS; in mpage_process_page_bufs() 5434 EXT_MAX_BLOCKS - 1); in ext4_setattr()
|
D | inline.c | 1943 ext4_es_remove_extent(inode, 0, EXT_MAX_BLOCKS); in ext4_inline_data_truncate()
|
D | fast_commit.c | 1919 end = EXT_MAX_BLOCKS; in ext4_fc_set_bitmaps_and_counters()
|
D | mballoc.c | 4519 if (start + size > EXT_MAX_BLOCKS) in ext4_mb_normalize_request() 4520 size = EXT_MAX_BLOCKS - start; in ext4_mb_normalize_request()
|
D | ext4.h | 3666 #define EXT_MAX_BLOCKS 0xffffffff macro
|
D | super.c | 1522 ext4_es_remove_extent(inode, 0, EXT_MAX_BLOCKS); in ext4_clear_inode()
|