Home
last modified time | relevance | path

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

/linux-6.1.9/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()
634 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_determine_hole()
2731 if (end != EXT_MAX_BLOCKS - 1) { in ext4_ext_rm_leaf()
[all …]
Dverity.c294 path = ext4_find_extent(inode, EXT_MAX_BLOCKS - 1, NULL, 0); in ext4_get_verity_descriptor_location()
Dextents_status.c511 if (((__u64) es1->es_len) + es2->es_len > EXT_MAX_BLOCKS) { in ext4_es_can_be_merged()
515 es1->es_len, es2->es_len, EXT_MAX_BLOCKS); in ext4_es_can_be_merged()
1752 if (!es_do_reclaim_extents(ei, EXT_MAX_BLOCKS, nr_to_scan, &nr_shrunk) && in es_reclaim_extents()
Dioctl.c332 ext4_es_remove_extent(inode1, 0, EXT_MAX_BLOCKS); in swap_inode_data()
333 ext4_es_remove_extent(inode2, 0, EXT_MAX_BLOCKS); in swap_inode_data()
Dindirect.c1135 ext4_es_remove_extent(inode, last_block, EXT_MAX_BLOCKS - last_block); in ext4_ind_truncate()
Dinode.c529 if (unlikely(map->m_lblk >= EXT_MAX_BLOCKS)) in ext4_map_blocks()
2224 blocks = EXT_MAX_BLOCKS; in mpage_process_page_bufs()
5506 EXT_MAX_BLOCKS - 1); in ext4_setattr()
Dinline.c1962 err = ext4_es_remove_extent(inode, 0, EXT_MAX_BLOCKS); in ext4_inline_data_truncate()
Dfast_commit.c1933 end = EXT_MAX_BLOCKS; in ext4_fc_set_bitmaps_and_counters()
Dext4.h3686 #define EXT_MAX_BLOCKS 0xffffffff macro
Dsuper.c1437 ext4_es_remove_extent(inode, 0, EXT_MAX_BLOCKS); in ext4_clear_inode()