Lines Matching refs:start_block
994 ext3_fsblk_t start_block, in find_next_reservable_window() argument
1004 cur = start_block; in find_next_reservable_window()
1117 ext3_fsblk_t group_first_block, group_end_block, start_block; in alloc_new_reservation() local
1128 start_block = group_first_block; in alloc_new_reservation()
1130 start_block = grp_goal + group_first_block; in alloc_new_reservation()
1132 trace_ext3_alloc_new_reservation(sb, start_block); in alloc_new_reservation()
1152 (start_block >= my_rsv->rsv_start)) in alloc_new_reservation()
1174 search_head = search_reserve_window(fs_rsv_root, start_block); in alloc_new_reservation()
1185 start_block, group_end_block); in alloc_new_reservation()
1222 start_block = first_free_block + group_first_block; in alloc_new_reservation()
1227 if (start_block >= my_rsv->rsv_start && in alloc_new_reservation()
1228 start_block <= my_rsv->rsv_end) { in alloc_new_reservation()
1229 trace_ext3_reserved(sb, start_block, my_rsv); in alloc_new_reservation()