rsv_start         100 arch/powerpc/kernel/machine_kexec_file_64.c 		uint64_t rsv_start, rsv_size;
rsv_start         102 arch/powerpc/kernel/machine_kexec_file_64.c 		ret = fdt_get_mem_rsv(fdt, i, &rsv_start, &rsv_size);
rsv_start         108 arch/powerpc/kernel/machine_kexec_file_64.c 		if (rsv_start == start && rsv_size == size) {
rsv_start         219 fs/ext2/balloc.c 				rsv, rsv->rsv_start, rsv->rsv_end);
rsv_start         220 fs/ext2/balloc.c 		if (rsv->rsv_start && rsv->rsv_start >= rsv->rsv_end) {
rsv_start         225 fs/ext2/balloc.c 		if (prev && prev->rsv_end >= rsv->rsv_start) {
rsv_start         304 fs/ext2/balloc.c 		if (goal < rsv->rsv_start)
rsv_start         317 fs/ext2/balloc.c 	if (rsv->rsv_start > goal) {
rsv_start         336 fs/ext2/balloc.c 	ext2_fsblk_t start = rsv->rsv_start;
rsv_start         347 fs/ext2/balloc.c 		if (start < this->rsv_start)
rsv_start         373 fs/ext2/balloc.c 	rsv->rsv_start = EXT2_RESERVE_WINDOW_NOT_ALLOCATED;
rsv_start         422 fs/ext2/balloc.c 		rsv->rsv_start = EXT2_RESERVE_WINDOW_NOT_ALLOCATED;
rsv_start         822 fs/ext2/balloc.c 		if (cur + size <= rsv->rsv_start) {
rsv_start         851 fs/ext2/balloc.c 	my_rsv->rsv_start = cur;
rsv_start         935 fs/ext2/balloc.c 		if ((my_rsv->rsv_start <= group_end_block) &&
rsv_start         937 fs/ext2/balloc.c 				(start_block >= my_rsv->rsv_start))
rsv_start         941 fs/ext2/balloc.c 		     (my_rsv->rsv_end - my_rsv->rsv_start + 1) / 2)) {
rsv_start         990 fs/ext2/balloc.c 			my_rsv->rsv_start - group_first_block,
rsv_start        1010 fs/ext2/balloc.c 	if (start_block >= my_rsv->rsv_start && start_block <= my_rsv->rsv_end)
rsv_start        1057 fs/ext2/balloc.c 		if ((next_rsv->rsv_start - my_rsv->rsv_end - 1) >= size)
rsv_start        1060 fs/ext2/balloc.c 			my_rsv->rsv_end = next_rsv->rsv_start - 1;
rsv_start        1158 fs/ext2/balloc.c 		if ((my_rsv->rsv_start > group_last_block) ||
rsv_start        1133 fs/ext2/super.c 	sbi->s_rsv_window_head.rsv_start = EXT2_RESERVE_WINDOW_NOT_ALLOCATED;