Lines Matching refs:ext2_grpblk_t
76 ext2_grpblk_t offset; in ext2_valid_block_bitmap()
77 ext2_grpblk_t next_zero_bit; in ext2_valid_block_bitmap()
263 goal_in_my_reservation(struct ext2_reserve_window *rsv, ext2_grpblk_t grp_goal, in goal_in_my_reservation()
575 static ext2_grpblk_t
576 bitmap_search_next_usable_block(ext2_grpblk_t start, struct buffer_head *bh, in bitmap_search_next_usable_block()
577 ext2_grpblk_t maxblocks) in bitmap_search_next_usable_block()
579 ext2_grpblk_t next; in bitmap_search_next_usable_block()
599 static ext2_grpblk_t
602 ext2_grpblk_t here, next; in find_next_usable_block()
614 ext2_grpblk_t end_goal = (start + 63) & ~63; in find_next_usable_block()
662 struct buffer_head *bitmap_bh, ext2_grpblk_t grp_goal, in ext2_try_to_allocate()
668 ext2_grpblk_t start, end; in ext2_try_to_allocate()
864 ext2_grpblk_t grp_goal, struct super_block *sb, in alloc_new_reservation()
869 ext2_grpblk_t first_free_block; in alloc_new_reservation()
1056 static ext2_grpblk_t
1058 struct buffer_head *bitmap_bh, ext2_grpblk_t grp_goal, in ext2_try_to_allocate_with_rsv()
1063 ext2_grpblk_t ret = 0; in ext2_try_to_allocate_with_rsv()
1208 ext2_grpblk_t grp_target_blk; /* blockgroup relative goal block */ in ext2_new_blocks()
1209 ext2_grpblk_t grp_alloc_blk; /* blockgroup-relative allocated block*/ in ext2_new_blocks()
1213 ext2_grpblk_t free_blocks; /* number of free blocks in a group */ in ext2_new_blocks()