Symbol: rsv_start
drivers/of/kexec.c
45
u64 rsv_start, rsv_size;
drivers/of/kexec.c
47
ret = fdt_get_mem_rsv(fdt, i, &rsv_start, &rsv_size);
drivers/of/kexec.c
53
if (rsv_start == start && rsv_size == size) {
fs/ext2/balloc.c
1029
if ((next_rsv->rsv_start - my_rsv->rsv_end - 1) >= size)
fs/ext2/balloc.c
1032
my_rsv->rsv_end = next_rsv->rsv_start - 1;
fs/ext2/balloc.c
1130
if ((my_rsv->rsv_start > group_last_block) ||
fs/ext2/balloc.c
1135
group_last_block, my_rsv->rsv_start,
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
308
if (goal < rsv->rsv_start)
fs/ext2/balloc.c
321
if (rsv->rsv_start > goal) {
fs/ext2/balloc.c
340
ext2_fsblk_t start = rsv->rsv_start;
fs/ext2/balloc.c
351
if (start < this->rsv_start)
fs/ext2/balloc.c
377
rsv->rsv_start = EXT2_RESERVE_WINDOW_NOT_ALLOCATED;
fs/ext2/balloc.c
426
rsv->rsv_start = EXT2_RESERVE_WINDOW_NOT_ALLOCATED;
fs/ext2/balloc.c
801
if (cur + size <= rsv->rsv_start) {
fs/ext2/balloc.c
830
my_rsv->rsv_start = cur;
fs/ext2/balloc.c
907
if ((my_rsv->rsv_start <= group_end_block) &&
fs/ext2/balloc.c
909
(start_block >= my_rsv->rsv_start))
fs/ext2/balloc.c
913
(my_rsv->rsv_end - my_rsv->rsv_start + 1) / 2)) {
fs/ext2/balloc.c
962
my_rsv->rsv_start - group_first_block,
fs/ext2/balloc.c
982
if (start_block >= my_rsv->rsv_start && start_block <= my_rsv->rsv_end)
fs/ext2/super.c
1140
sbi->s_rsv_window_head.rsv_start = EXT2_RESERVE_WINDOW_NOT_ALLOCATED;