rsv_start         227 fs/ext2/balloc.c 				rsv, rsv->rsv_start, rsv->rsv_end);
rsv_start         228 fs/ext2/balloc.c 		if (rsv->rsv_start && rsv->rsv_start >= rsv->rsv_end) {
rsv_start         233 fs/ext2/balloc.c 		if (prev && prev->rsv_end >= rsv->rsv_start) {
rsv_start         312 fs/ext2/balloc.c 		if (goal < rsv->rsv_start)
rsv_start         325 fs/ext2/balloc.c 	if (rsv->rsv_start > goal) {
rsv_start         344 fs/ext2/balloc.c 	ext2_fsblk_t start = rsv->rsv_start;
rsv_start         355 fs/ext2/balloc.c 		if (start < this->rsv_start)
rsv_start         381 fs/ext2/balloc.c 	rsv->rsv_start = EXT2_RESERVE_WINDOW_NOT_ALLOCATED;
rsv_start         430 fs/ext2/balloc.c 		rsv->rsv_start = EXT2_RESERVE_WINDOW_NOT_ALLOCATED;
rsv_start         830 fs/ext2/balloc.c 		if (cur + size <= rsv->rsv_start) {
rsv_start         859 fs/ext2/balloc.c 	my_rsv->rsv_start = cur;
rsv_start         943 fs/ext2/balloc.c 		if ((my_rsv->rsv_start <= group_end_block) &&
rsv_start         945 fs/ext2/balloc.c 				(start_block >= my_rsv->rsv_start))
rsv_start         949 fs/ext2/balloc.c 		     (my_rsv->rsv_end - my_rsv->rsv_start + 1) / 2)) {
rsv_start         998 fs/ext2/balloc.c 			my_rsv->rsv_start - group_first_block,
rsv_start        1018 fs/ext2/balloc.c 	if (start_block >= my_rsv->rsv_start && start_block <= my_rsv->rsv_end)
rsv_start        1065 fs/ext2/balloc.c 		if ((next_rsv->rsv_start - my_rsv->rsv_end - 1) >= size)
rsv_start        1068 fs/ext2/balloc.c 			my_rsv->rsv_end = next_rsv->rsv_start - 1;
rsv_start        1166 fs/ext2/balloc.c 		if ((my_rsv->rsv_start > group_last_block) ||
rsv_start        1019 fs/ext2/super.c 	sbi->s_rsv_window_head.rsv_start = EXT2_RESERVE_WINDOW_NOT_ALLOCATED;
rsv_start         214 fs/ext3/balloc.c 			       rsv, rsv->rsv_start, rsv->rsv_end);
rsv_start         215 fs/ext3/balloc.c 		if (rsv->rsv_start && rsv->rsv_start >= rsv->rsv_end) {
rsv_start         220 fs/ext3/balloc.c 		if (prev && prev->rsv_end >= rsv->rsv_start) {
rsv_start         299 fs/ext3/balloc.c 		if (goal < rsv->rsv_start)
rsv_start         312 fs/ext3/balloc.c 	if (rsv->rsv_start > goal) {
rsv_start         331 fs/ext3/balloc.c 	ext3_fsblk_t start = rsv->rsv_start;
rsv_start         342 fs/ext3/balloc.c 		if (start < this->rsv_start)
rsv_start         368 fs/ext3/balloc.c 	rsv->rsv_start = EXT3_RESERVE_WINDOW_NOT_ALLOCATED;
rsv_start         417 fs/ext3/balloc.c 		rsv->rsv_start = EXT3_RESERVE_WINDOW_NOT_ALLOCATED;
rsv_start        1023 fs/ext3/balloc.c 		if (cur + size <= rsv->rsv_start) {
rsv_start        1052 fs/ext3/balloc.c 	my_rsv->rsv_start = cur;
rsv_start        1136 fs/ext3/balloc.c 		if ((my_rsv->rsv_start <= group_end_block) &&
rsv_start        1138 fs/ext3/balloc.c 				(start_block >= my_rsv->rsv_start))
rsv_start        1142 fs/ext3/balloc.c 		     (my_rsv->rsv_end - my_rsv->rsv_start + 1) / 2)) {
rsv_start        1193 fs/ext3/balloc.c 			my_rsv->rsv_start - group_first_block,
rsv_start        1213 fs/ext3/balloc.c 	if (start_block >= my_rsv->rsv_start && start_block <= my_rsv->rsv_end)
rsv_start        1260 fs/ext3/balloc.c 		if ((next_rsv->rsv_start - my_rsv->rsv_end - 1) >= size)
rsv_start        1263 fs/ext3/balloc.c 			my_rsv->rsv_end = next_rsv->rsv_start - 1;
rsv_start        1381 fs/ext3/balloc.c 		if ((my_rsv->rsv_start > group_last_block) ||
rsv_start        1816 fs/ext3/super.c 	sbi->s_rsv_window_head.rsv_start = EXT3_RESERVE_WINDOW_NOT_ALLOCATED;