Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dmove_extent.c521 if ((orig_start >= EXT_MAX_BLOCKS) || in mext_check_arguments()
522 (donor_start >= EXT_MAX_BLOCKS) || in mext_check_arguments()
523 (*len > EXT_MAX_BLOCKS) || in mext_check_arguments()
524 (donor_start + *len >= EXT_MAX_BLOCKS) || in mext_check_arguments()
525 (orig_start + *len >= EXT_MAX_BLOCKS)) { in mext_check_arguments()
527 "[ino:orig %lu, donor %lu]\n", EXT_MAX_BLOCKS, in mext_check_arguments()
648 if (next_blk == EXT_MAX_BLOCKS) { in ext4_move_extents()
H A Dextents.c1646 return EXT_MAX_BLOCKS; in ext4_ext_next_allocated_block()
1663 return EXT_MAX_BLOCKS; in ext4_ext_next_allocated_block()
1679 return EXT_MAX_BLOCKS; in ext4_ext_next_leaf_block()
1692 return EXT_MAX_BLOCKS; in ext4_ext_next_leaf_block()
1947 if (b2 == EXT_MAX_BLOCKS) in ext4_ext_check_overlap()
1954 len1 = EXT_MAX_BLOCKS - b1; in ext4_ext_check_overlap()
2083 next = EXT_MAX_BLOCKS; in ext4_ext_insert_extent()
2086 if (next != EXT_MAX_BLOCKS) { in ext4_ext_insert_extent()
2272 len = EXT_MAX_BLOCKS; in ext4_ext_find_hole()
2732 if (end != EXT_MAX_BLOCKS - 1) { in ext4_ext_rm_leaf()
[all …]
H A Dverity.c292 path = ext4_find_extent(inode, EXT_MAX_BLOCKS - 1, NULL, 0); in ext4_get_verity_descriptor_location()
H A Dextents_status.c542 if (((__u64) es1->es_len) + es2->es_len > EXT_MAX_BLOCKS) { in ext4_es_can_be_merged()
546 es1->es_len, es2->es_len, EXT_MAX_BLOCKS); in ext4_es_can_be_merged()
1843 if (!es_do_reclaim_extents(ei, EXT_MAX_BLOCKS, nr_to_scan, &nr_shrunk) && in es_reclaim_extents()
H A Dioctl.c338 ext4_es_remove_extent(inode1, 0, EXT_MAX_BLOCKS); in swap_inode_data()
339 ext4_es_remove_extent(inode2, 0, EXT_MAX_BLOCKS); in swap_inode_data()
H A Dindirect.c1136 ext4_es_remove_extent(inode, last_block, EXT_MAX_BLOCKS - last_block); in ext4_ind_truncate()
H A Dinode.c618 if (unlikely(map->m_lblk >= EXT_MAX_BLOCKS)) in ext4_map_blocks()
2027 blocks = EXT_MAX_BLOCKS; in mpage_process_page_bufs()
5496 EXT_MAX_BLOCKS - 1); in ext4_setattr()
H A Dinline.c1963 ext4_es_remove_extent(inode, 0, EXT_MAX_BLOCKS); in ext4_inline_data_truncate()
H A Dfast_commit.c1927 end = EXT_MAX_BLOCKS; in ext4_fc_set_bitmaps_and_counters()
H A Dmballoc.c4512 if (start + size > EXT_MAX_BLOCKS) in ext4_mb_normalize_request()
4513 size = EXT_MAX_BLOCKS - start; in ext4_mb_normalize_request()
H A Dext4.h3671 #define EXT_MAX_BLOCKS 0xffffffff macro
H A Dsuper.c1522 ext4_es_remove_extent(inode, 0, EXT_MAX_BLOCKS); in ext4_clear_inode()