Searched refs:goal_bit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | move_extents.c | 470 int ret, goal_bit = 0; in ocfs2_validate_and_adjust_move_goal() local 490 &goal_bit, &gd_bh); in ocfs2_validate_and_adjust_move_goal() 506 if ((le16_to_cpu(bg->bg_bits) - goal_bit) * osb->s_clustersize < in ocfs2_validate_and_adjust_move_goal() 525 int *goal_bit, u32 move_len, u32 max_hop, in ocfs2_probe_alloc_group() 528 int i, used, last_free_bits = 0, base_bit = *goal_bit; in ocfs2_probe_alloc_group() 555 *goal_bit = i; in ocfs2_probe_alloc_group() 568 int ret, credits = 0, extra_blocks = 0, goal_bit = 0; in ocfs2_move_extent() local 655 &goal_bit, &gd_bh); in ocfs2_move_extent() 667 ocfs2_probe_alloc_group(inode, gd_bh, &goal_bit, len, move_max_hop, in ocfs2_move_extent() 690 goal_bit, le in ocfs2_move_extent() 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 [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | move_extents.c | 468 int ret, goal_bit = 0; in ocfs2_validate_and_adjust_move_goal() local 488 &goal_bit, &gd_bh); in ocfs2_validate_and_adjust_move_goal() 504 if ((le16_to_cpu(bg->bg_bits) - goal_bit) * osb->s_clustersize < in ocfs2_validate_and_adjust_move_goal() 523 int *goal_bit, u32 move_len, u32 max_hop, in ocfs2_probe_alloc_group() 526 int i, used, last_free_bits = 0, base_bit = *goal_bit; in ocfs2_probe_alloc_group() 553 *goal_bit = i; in ocfs2_probe_alloc_group() 566 int ret, credits = 0, extra_blocks = 0, goal_bit = 0; in ocfs2_move_extent() local 653 &goal_bit, &gd_bh); in ocfs2_move_extent() 665 ocfs2_probe_alloc_group(inode, gd_bh, &goal_bit, len, move_max_hop, in ocfs2_move_extent() 688 goal_bit, le in ocfs2_move_extent() 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 [all...] |
Completed in 3 milliseconds