Searched refs:goal_bit (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Dmove_extents.c468 int ret, goal_bit = 0; local
488 &goal_bit, &gd_bh);
504 if ((le16_to_cpu(bg->bg_bits) - goal_bit) * osb->s_clustersize <
523 int *goal_bit, u32 move_len, u32 max_hop,
526 int i, used, last_free_bits = 0, base_bit = *goal_bit;
553 *goal_bit = i;
566 int ret, credits = 0, extra_blocks = 0, goal_bit = 0; local
653 &goal_bit, &gd_bh);
665 ocfs2_probe_alloc_group(inode, gd_bh, &goal_bit, len, move_max_hop,
688 goal_bit, le
522 ocfs2_probe_alloc_group(struct inode *inode, struct buffer_head *bh, int *goal_bit, u32 move_len, u32 max_hop, u32 *phys_cpos) argument
[all...]

Completed in 91 milliseconds