Lines Matching refs:ext2_grpblk_t
80 ext2_grpblk_t offset; in ext2_valid_block_bitmap()
81 ext2_grpblk_t next_zero_bit; in ext2_valid_block_bitmap()
266 goal_in_my_reservation(struct ext2_reserve_window *rsv, ext2_grpblk_t grp_goal, in goal_in_my_reservation()
578 static ext2_grpblk_t
579 bitmap_search_next_usable_block(ext2_grpblk_t start, struct buffer_head *bh, in bitmap_search_next_usable_block()
580 ext2_grpblk_t maxblocks) in bitmap_search_next_usable_block()
582 ext2_grpblk_t next; in bitmap_search_next_usable_block()
602 static ext2_grpblk_t
605 ext2_grpblk_t here, next; in find_next_usable_block()
617 ext2_grpblk_t end_goal = (start + 63) & ~63; in find_next_usable_block()
665 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()
899 ext2_grpblk_t grp_goal, struct super_block *sb, in alloc_new_reservation()
904 ext2_grpblk_t first_free_block; in alloc_new_reservation()
1091 static ext2_grpblk_t
1093 struct buffer_head *bitmap_bh, ext2_grpblk_t grp_goal, in ext2_try_to_allocate_with_rsv()
1098 ext2_grpblk_t ret = 0; in ext2_try_to_allocate_with_rsv()
1237 ext2_grpblk_t grp_target_blk; /* blockgroup relative goal block */ in ext2_new_blocks()
1238 ext2_grpblk_t grp_alloc_blk; /* blockgroup-relative allocated block*/ in ext2_new_blocks()
1242 ext2_grpblk_t free_blocks; /* number of free blocks in a group */ in ext2_new_blocks()