Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Duuid-tree.c160 unsigned long move_len; in btrfs_uuid_tree_remove() local
219 move_len = item_size - (move_src - btrfs_item_ptr_offset(eb, slot)); in btrfs_uuid_tree_remove()
220 memmove_extent_buffer(eb, move_dst, move_src, move_len); in btrfs_uuid_tree_remove()
/linux-6.1.9/fs/ocfs2/
Dmove_extents.c533 int *goal_bit, u32 move_len, u32 max_hop, in ocfs2_probe_alloc_group() argument
561 if (last_free_bits == move_len) { in ocfs2_probe_alloc_group()
/linux-6.1.9/drivers/crypto/caam/
Ddesc_constr.h242 APPEND_CMD_RET(move_len, MOVE_LEN) in APPEND_CMD_RET()