Lines Matching refs:ext2_grpblk_t
78 ext2_grpblk_t offset; in ext2_valid_block_bitmap()
79 ext2_grpblk_t next_zero_bit; in ext2_valid_block_bitmap()
264 goal_in_my_reservation(struct ext2_reserve_window *rsv, ext2_grpblk_t grp_goal, in goal_in_my_reservation()
576 static ext2_grpblk_t
577 bitmap_search_next_usable_block(ext2_grpblk_t start, struct buffer_head *bh, in bitmap_search_next_usable_block()
578 ext2_grpblk_t maxblocks) in bitmap_search_next_usable_block()
580 ext2_grpblk_t next; in bitmap_search_next_usable_block()
600 static ext2_grpblk_t
603 ext2_grpblk_t here, next; in find_next_usable_block()
615 ext2_grpblk_t end_goal = (start + 63) & ~63; in find_next_usable_block()
663 struct buffer_head *bitmap_bh, ext2_grpblk_t grp_goal, in ext2_try_to_allocate()
669 ext2_grpblk_t start, end; in ext2_try_to_allocate()
874 ext2_grpblk_t grp_goal, struct super_block *sb, in alloc_new_reservation()
879 ext2_grpblk_t first_free_block; in alloc_new_reservation()
1066 static ext2_grpblk_t
1068 struct buffer_head *bitmap_bh, ext2_grpblk_t grp_goal, in ext2_try_to_allocate_with_rsv()
1073 ext2_grpblk_t ret = 0; in ext2_try_to_allocate_with_rsv()
1212 ext2_grpblk_t grp_target_blk; /* blockgroup relative goal block */ in ext2_new_blocks()
1213 ext2_grpblk_t grp_alloc_blk; /* blockgroup-relative allocated block*/ in ext2_new_blocks()
1217 ext2_grpblk_t free_blocks; /* number of free blocks in a group */ in ext2_new_blocks()