Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dmove_extent.c514 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()
Dextents.c1650 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 …]
Dverity.c292 path = ext4_find_extent(inode, EXT_MAX_BLOCKS - 1, NULL, 0); in ext4_get_verity_descriptor_location()
Dextents_status.c540 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()
Dioctl.c329 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()
Dindirect.c1143 ext4_es_remove_extent(inode, last_block, EXT_MAX_BLOCKS - last_block); in ext4_ind_truncate()
Dinode.c501 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()
Dinline.c1943 ext4_es_remove_extent(inode, 0, EXT_MAX_BLOCKS); in ext4_inline_data_truncate()
Dfast_commit.c1919 end = EXT_MAX_BLOCKS; in ext4_fc_set_bitmaps_and_counters()
Dmballoc.c4519 if (start + size > EXT_MAX_BLOCKS) in ext4_mb_normalize_request()
4520 size = EXT_MAX_BLOCKS - start; in ext4_mb_normalize_request()
Dext4.h3666 #define EXT_MAX_BLOCKS 0xffffffff macro
Dsuper.c1522 ext4_es_remove_extent(inode, 0, EXT_MAX_BLOCKS); in ext4_clear_inode()