Searched refs:EXT_MAX_BLOCKS (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/fs/ext4/ |
| D | move_extent.c | 510 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()
|
| D | extents.c | 1620 return EXT_MAX_BLOCKS; in ext4_ext_next_allocated_block() 1638 return EXT_MAX_BLOCKS; in ext4_ext_next_allocated_block() 1654 return EXT_MAX_BLOCKS; in ext4_ext_next_leaf_block() 1667 return EXT_MAX_BLOCKS; in ext4_ext_next_leaf_block() 1921 if (b2 == EXT_MAX_BLOCKS) in ext4_ext_check_overlap() 1928 len1 = EXT_MAX_BLOCKS - b1; in ext4_ext_check_overlap() 2058 next = EXT_MAX_BLOCKS; in ext4_ext_insert_extent() 2061 if (next != EXT_MAX_BLOCKS) { in ext4_ext_insert_extent() 2182 while (block < last && block != EXT_MAX_BLOCKS) { in ext4_fill_fiemap_extents() 2283 if (next == next_del && next == EXT_MAX_BLOCKS) { in ext4_fill_fiemap_extents() [all …]
|
| D | verity.c | 275 path = ext4_find_extent(inode, EXT_MAX_BLOCKS - 1, NULL, 0); in ext4_get_verity_descriptor_location()
|
| D | extents_status.c | 502 if (((__u64) es1->es_len) + es2->es_len > EXT_MAX_BLOCKS) { in ext4_es_can_be_merged() 506 es1->es_len, es2->es_len, EXT_MAX_BLOCKS); in ext4_es_can_be_merged() 1732 if (!es_do_reclaim_extents(ei, EXT_MAX_BLOCKS, nr_to_scan, &nr_shrunk) && in es_reclaim_extents()
|
| D | ioctl.c | 81 ext4_es_remove_extent(inode1, 0, EXT_MAX_BLOCKS); in swap_inode_data() 82 ext4_es_remove_extent(inode2, 0, EXT_MAX_BLOCKS); in swap_inode_data()
|
| D | indirect.c | 1119 ext4_es_remove_extent(inode, last_block, EXT_MAX_BLOCKS - last_block); in ext4_ind_truncate()
|
| D | inode.c | 526 if (unlikely(map->m_lblk >= EXT_MAX_BLOCKS)) in ext4_map_blocks() 2318 blocks = EXT_MAX_BLOCKS; in mpage_process_page_bufs()
|
| D | ext4.h | 3251 #define EXT_MAX_BLOCKS 0xffffffff macro
|
| D | super.c | 1177 ext4_es_remove_extent(inode, 0, EXT_MAX_BLOCKS); in ext4_clear_inode()
|