Searched refs:next_resv (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | reservations.c | 465 struct ocfs2_alloc_reservation *prev_resv, *next_resv; in __ocfs2_resv_find_window() local 527 next_resv = rb_entry(next, struct ocfs2_alloc_reservation, in __ocfs2_resv_find_window() 534 if (next_resv->r_start <= goal) { in __ocfs2_resv_find_window() 535 mlog(ML_ERROR, "goal: %u next_resv: start %u len %u\n", in __ocfs2_resv_find_window() 536 goal, next_resv->r_start, next_resv->r_len); in __ocfs2_resv_find_window() 542 next_resv->r_start - goal, in __ocfs2_resv_find_window() 551 prev_resv = next_resv; in __ocfs2_resv_find_window() 552 next_resv = NULL; in __ocfs2_resv_find_window() 564 next_resv in __ocfs2_resv_find_window() [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | reservations.c | 461 struct ocfs2_alloc_reservation *prev_resv, *next_resv; in __ocfs2_resv_find_window() local 523 next_resv = rb_entry(next, struct ocfs2_alloc_reservation, in __ocfs2_resv_find_window() 530 if (next_resv->r_start <= goal) { in __ocfs2_resv_find_window() 531 mlog(ML_ERROR, "goal: %u next_resv: start %u len %u\n", in __ocfs2_resv_find_window() 532 goal, next_resv->r_start, next_resv->r_len); in __ocfs2_resv_find_window() 538 next_resv->r_start - goal, in __ocfs2_resv_find_window() 547 prev_resv = next_resv; in __ocfs2_resv_find_window() 548 next_resv = NULL; in __ocfs2_resv_find_window() 560 next_resv in __ocfs2_resv_find_window() [all...] |
Completed in 2 milliseconds