Lines Matching refs:start_bit
2657 u16 start_bit; in _ocfs2_reclaim_suballoc_to_main() local
2764 &start_bit); in _ocfs2_reclaim_suballoc_to_main()
2779 if ((count + start_bit) > le16_to_cpu(group->bg_bits)) { in _ocfs2_reclaim_suballoc_to_main()
2782 count + start_bit, le16_to_cpu(group->bg_bits)); in _ocfs2_reclaim_suballoc_to_main()
2789 start_bit, count, 0, in _ocfs2_reclaim_suballoc_to_main()
2801 start_bit, count, in _ocfs2_reclaim_suballoc_to_main()
2835 unsigned int start_bit, in _ocfs2_free_suballoc_bits() argument
2856 BUG_ON((count + start_bit) > ocfs2_bits_per_group(cl)); in _ocfs2_free_suballoc_bits()
2861 start_bit, count); in _ocfs2_free_suballoc_bits()
2871 BUG_ON((count + start_bit) > le16_to_cpu(group->bg_bits)); in _ocfs2_free_suballoc_bits()
2877 start_bit, count, 0, undo_fn); in _ocfs2_free_suballoc_bits()
2888 start_bit, count, in _ocfs2_free_suballoc_bits()
2921 unsigned int start_bit, in ocfs2_free_suballoc_bits() argument
2926 start_bit, bg_blkno, count, NULL); in ocfs2_free_suballoc_bits()