Searched refs:next_resv (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Dreservations.c461 struct ocfs2_alloc_reservation *prev_resv, *next_resv; local
523 next_resv = rb_entry(next, struct ocfs2_alloc_reservation,
530 if (next_resv->r_start <= goal) {
531 mlog(ML_ERROR, "goal: %u next_resv: start %u len %u\n",
532 goal, next_resv->r_start, next_resv->r_len);
538 next_resv->r_start - goal,
547 prev_resv = next_resv;
548 next_resv = NULL;
560 next_resv
[all...]

Completed in 145 milliseconds