Lines Matching refs:ext3_grpblk_t

40 	ext3_fsblk_t blocknr, unsigned long *blockgrpp, ext3_grpblk_t *offsetp)  in ext3_get_group_no_and_offset()
98 ext3_grpblk_t offset; in ext3_valid_block_bitmap()
99 ext3_grpblk_t next_zero_bit; in ext3_valid_block_bitmap()
272 goal_in_my_reservation(struct ext3_reserve_window *rsv, ext3_grpblk_t grp_goal, in goal_in_my_reservation()
497 ext3_grpblk_t bit; in ext3_free_blocks_sb()
504 ext3_grpblk_t group_freed; in ext3_free_blocks_sb()
713 static int ext3_test_allocatable(ext3_grpblk_t nr, struct buffer_head *bh) in ext3_test_allocatable()
740 static ext3_grpblk_t
741 bitmap_search_next_usable_block(ext3_grpblk_t start, struct buffer_head *bh, in bitmap_search_next_usable_block()
742 ext3_grpblk_t maxblocks) in bitmap_search_next_usable_block()
744 ext3_grpblk_t next; in bitmap_search_next_usable_block()
775 static ext3_grpblk_t
776 find_next_usable_block(ext3_grpblk_t start, struct buffer_head *bh, in find_next_usable_block()
777 ext3_grpblk_t maxblocks) in find_next_usable_block()
779 ext3_grpblk_t here, next; in find_next_usable_block()
791 ext3_grpblk_t end_goal = (start + 63) & ~63; in find_next_usable_block()
833 claim_block(spinlock_t *lock, ext3_grpblk_t block, struct buffer_head *bh) in claim_block()
875 static ext3_grpblk_t
877 struct buffer_head *bitmap_bh, ext3_grpblk_t grp_goal, in ext3_try_to_allocate()
881 ext3_grpblk_t start, end; in ext3_try_to_allocate()
1113 ext3_grpblk_t grp_goal, struct super_block *sb, in alloc_new_reservation()
1118 ext3_grpblk_t first_free_block; in alloc_new_reservation()
1314 static ext3_grpblk_t
1317 ext3_grpblk_t grp_goal, in ext3_try_to_allocate_with_rsv()
1322 ext3_grpblk_t ret = 0; in ext3_try_to_allocate_with_rsv()
1493 ext3_grpblk_t grp_target_blk; /* blockgroup relative goal block */ in ext3_new_blocks()
1494 ext3_grpblk_t grp_alloc_blk; /* blockgroup-relative allocated block*/ in ext3_new_blocks()
1499 ext3_grpblk_t free_blocks; /* number of free blocks in a group */ in ext3_new_blocks()
1920 static ext3_grpblk_t ext3_trim_all_free(struct super_block *sb, in ext3_trim_all_free()
1922 ext3_grpblk_t start, ext3_grpblk_t max, in ext3_trim_all_free()
1923 ext3_grpblk_t minblocks) in ext3_trim_all_free()
1926 ext3_grpblk_t next, free_blocks, bit, freed, count = 0; in ext3_trim_all_free()
2087 ext3_grpblk_t last_block, first_block; in ext3_trim_fs()