Symbol: rsv_end
arch/powerpc/mm/nohash/kaslr_booke.c
121
u64 rsv_end;
arch/powerpc/mm/nohash/kaslr_booke.c
144
rsv_end = min(base + size, (u64)U32_MAX);
arch/powerpc/mm/nohash/kaslr_booke.c
146
if (regions_overlap(start, end, base, rsv_end))
fs/ext2/balloc.c
1025
my_rsv->rsv_end += size;
fs/ext2/balloc.c
1029
if ((next_rsv->rsv_start - my_rsv->rsv_end - 1) >= size)
fs/ext2/balloc.c
1030
my_rsv->rsv_end += size;
fs/ext2/balloc.c
1032
my_rsv->rsv_end = next_rsv->rsv_start - 1;
fs/ext2/balloc.c
1122
int curr = my_rsv->rsv_end -
fs/ext2/balloc.c
1131
(my_rsv->rsv_end < group_first_block)) {
fs/ext2/balloc.c
1136
my_rsv->rsv_end);
fs/ext2/balloc.c
223
rsv, rsv->rsv_start, rsv->rsv_end);
fs/ext2/balloc.c
224
if (rsv->rsv_start && rsv->rsv_start >= rsv->rsv_end) {
fs/ext2/balloc.c
229
if (prev && prev->rsv_end >= rsv->rsv_start) {
fs/ext2/balloc.c
310
else if (goal > rsv->rsv_end)
fs/ext2/balloc.c
353
else if (start > this->rsv_end)
fs/ext2/balloc.c
378
rsv->rsv_end = EXT2_RESERVE_WINDOW_NOT_ALLOCATED;
fs/ext2/balloc.c
427
rsv->rsv_end = EXT2_RESERVE_WINDOW_NOT_ALLOCATED;
fs/ext2/balloc.c
775
if (cur <= rsv->rsv_end)
fs/ext2/balloc.c
776
cur = rsv->rsv_end + 1;
fs/ext2/balloc.c
831
my_rsv->rsv_end = cur + size - 1;
fs/ext2/balloc.c
908
(my_rsv->rsv_end > group_end_block) &&
fs/ext2/balloc.c
913
(my_rsv->rsv_end - my_rsv->rsv_start + 1) / 2)) {
fs/ext2/balloc.c
982
if (start_block >= my_rsv->rsv_start && start_block <= my_rsv->rsv_end)
fs/ext2/super.c
1141
sbi->s_rsv_window_head.rsv_end = EXT2_RESERVE_WINDOW_NOT_ALLOCATED;