Home
last modified time | relevance | path

Searched refs:move_len (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ext4/
H A Dmove_extent.c205 size_t move_len; in mext_move_begin() local
227 move_len = umin(folio_pos(folio[0]) + folio_size(folio[0]) - orig_pos, in mext_move_begin()
229 move_len >>= blkbits; in mext_move_begin()
230 if (move_len < mext->orig_map.m_len) in mext_move_begin()
231 mext->orig_map.m_len = move_len; in mext_move_begin()
/linux/fs/btrfs/
H A Duuid-tree.c147 unsigned long move_len; in btrfs_uuid_tree_remove() local
195 move_len = item_size - (move_src - btrfs_item_ptr_offset(eb, slot)); in btrfs_uuid_tree_remove()
196 memmove_extent_buffer(eb, move_dst, move_src, move_len); in btrfs_uuid_tree_remove()
/linux/fs/ocfs2/
H A Dmove_extents.c529 int *goal_bit, u32 move_len, u32 max_hop, in ocfs2_probe_alloc_group() argument
557 if (last_free_bits == move_len) { in ocfs2_probe_alloc_group()
558 i -= move_len; in ocfs2_probe_alloc_group()
/linux/drivers/crypto/caam/
H A Ddesc_constr.h243 APPEND_CMD_RET(move_len, MOVE_LEN) in APPEND_CMD_RET()