Home
last modified time | relevance | path

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

/Linux-v5.15/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.c1608 return EXT_MAX_BLOCKS; in ext4_ext_next_allocated_block()
1625 return EXT_MAX_BLOCKS; in ext4_ext_next_allocated_block()
1641 return EXT_MAX_BLOCKS; in ext4_ext_next_leaf_block()
1654 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()
2217 len = EXT_MAX_BLOCKS; in ext4_ext_determine_hole()
2692 if (end != EXT_MAX_BLOCKS - 1) { in ext4_ext_rm_leaf()
[all …]
Dverity.c293 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()
1751 if (!es_do_reclaim_extents(ei, EXT_MAX_BLOCKS, nr_to_scan, &nr_shrunk) && in es_reclaim_extents()
Dioctl.c82 ext4_es_remove_extent(inode1, 0, EXT_MAX_BLOCKS); in swap_inode_data()
83 ext4_es_remove_extent(inode2, 0, EXT_MAX_BLOCKS); in swap_inode_data()
Dindirect.c1128 ext4_es_remove_extent(inode, last_block, EXT_MAX_BLOCKS - last_block); in ext4_ind_truncate()
Dinline.c1930 err = ext4_es_remove_extent(inode, 0, EXT_MAX_BLOCKS); in ext4_inline_data_truncate()
Dfast_commit.c1844 end = EXT_MAX_BLOCKS; in ext4_fc_set_bitmaps_and_counters()
Dinode.c524 if (unlikely(map->m_lblk >= EXT_MAX_BLOCKS)) in ext4_map_blocks()
2194 blocks = EXT_MAX_BLOCKS; in mpage_process_page_bufs()
Dext4.h3712 #define EXT_MAX_BLOCKS 0xffffffff macro
Dsuper.c1402 ext4_es_remove_extent(inode, 0, EXT_MAX_BLOCKS); in ext4_clear_inode()