Searched refs:move_len (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | uuid-tree.c | 161 unsigned long move_len; in btrfs_uuid_tree_remove() local 220 move_len = item_size - (move_src - btrfs_item_ptr_offset(eb, slot)); in btrfs_uuid_tree_remove() 221 memmove_extent_buffer(eb, move_dst, move_src, move_len); in btrfs_uuid_tree_remove()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | uuid-tree.c | 163 unsigned long move_len; in btrfs_uuid_tree_remove() local 222 move_len = item_size - (move_src - btrfs_item_ptr_offset(eb, slot)); in btrfs_uuid_tree_remove() 223 memmove_extent_buffer(eb, move_dst, move_src, move_len); in btrfs_uuid_tree_remove()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | move_extents.c | 525 int *goal_bit, u32 move_len, u32 max_hop, in ocfs2_probe_alloc_group() 553 if (last_free_bits == move_len) { in ocfs2_probe_alloc_group() 554 i -= move_len; in ocfs2_probe_alloc_group() 524 ocfs2_probe_alloc_group(struct inode *inode, struct buffer_head *bh, int *goal_bit, u32 move_len, u32 max_hop, u32 *phys_cpos) ocfs2_probe_alloc_group() argument
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | move_extents.c | 523 int *goal_bit, u32 move_len, u32 max_hop, in ocfs2_probe_alloc_group() 551 if (last_free_bits == move_len) { in ocfs2_probe_alloc_group() 552 i -= move_len; in ocfs2_probe_alloc_group() 522 ocfs2_probe_alloc_group(struct inode *inode, struct buffer_head *bh, int *goal_bit, u32 move_len, u32 max_hop, u32 *phys_cpos) ocfs2_probe_alloc_group() argument
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | desc_constr.h | 242 APPEND_CMD_RET(move_len, MOVE_LEN)
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | desc_constr.h | 243 APPEND_CMD_RET(move_len, MOVE_LEN)
|
Completed in 6 milliseconds