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()
265 goal_in_my_reservation(struct ext2_reserve_window *rsv, ext2_grpblk_t grp_goal, in goal_in_my_reservation()
577 static ext2_grpblk_t
578 bitmap_search_next_usable_block(ext2_grpblk_t start, struct buffer_head *bh, in bitmap_search_next_usable_block()
579 ext2_grpblk_t maxblocks) in bitmap_search_next_usable_block()
581 ext2_grpblk_t next; in bitmap_search_next_usable_block()
601 static ext2_grpblk_t
604 ext2_grpblk_t here, next; in find_next_usable_block()
616 ext2_grpblk_t end_goal = (start + 63) & ~63; in find_next_usable_block()
664 struct buffer_head *bitmap_bh, ext2_grpblk_t grp_goal, in ext2_try_to_allocate()
670 ext2_grpblk_t start, end; in ext2_try_to_allocate()
875 ext2_grpblk_t grp_goal, struct super_block *sb, in alloc_new_reservation()
880 ext2_grpblk_t first_free_block; in alloc_new_reservation()
1067 static ext2_grpblk_t
1069 struct buffer_head *bitmap_bh, ext2_grpblk_t grp_goal, in ext2_try_to_allocate_with_rsv()
1074 ext2_grpblk_t ret = 0; in ext2_try_to_allocate_with_rsv()
1213 ext2_grpblk_t grp_target_blk; /* blockgroup relative goal block */ in ext2_new_blocks()
1214 ext2_grpblk_t grp_alloc_blk; /* blockgroup-relative allocated block*/ in ext2_new_blocks()
1218 ext2_grpblk_t free_blocks; /* number of free blocks in a group */ in ext2_new_blocks()