Lines Matching refs:bit_off
120 unsigned int bit_off,
463 u32 bit_off, num_bits; in ocfs2_block_group_alloc_contig() local
469 le16_to_cpu(cl->cl_cpg), &bit_off, in ocfs2_block_group_alloc_contig()
478 bg_blkno = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_block_group_alloc_contig()
505 u32 *bit_off, u32 *num_bits) in ocfs2_block_group_claim_bits() argument
511 bit_off, num_bits); in ocfs2_block_group_claim_bits()
620 u32 bit_off, num_bits; in ocfs2_block_group_alloc_discontig() local
649 &bit_off, &num_bits); in ocfs2_block_group_alloc_discontig()
658 bg_blkno = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_block_group_alloc_discontig()
1350 unsigned int bit_off, in ocfs2_block_group_set_bits() argument
1362 trace_ocfs2_block_group_set_bits(bit_off, num_bits); in ocfs2_block_group_set_bits()
1386 ocfs2_set_bit(bit_off++, bitmap); in ocfs2_block_group_set_bits()
2380 unsigned int bit_off, in ocfs2_block_group_clear_bits() argument
2393 trace_ocfs2_block_group_clear_bits(bit_off, num_bits); in ocfs2_block_group_clear_bits()
2415 ocfs2_clear_bit((bit_off + tmp), in ocfs2_block_group_clear_bits()
2418 undo_fn(bit_off + tmp, in ocfs2_block_group_clear_bits()