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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dreservations.c477 struct ocfs2_alloc_reservation *prev_resv, *next_resv; local
545 next_resv = rb_entry(next, struct ocfs2_alloc_reservation,
552 if (next_resv->r_start <= goal) {
553 mlog(ML_ERROR, "goal: %u next_resv: start %u len %u\n",
554 goal, next_resv->r_start, next_resv->r_len);
560 next_resv->r_start - goal,
569 prev_resv = next_resv;
570 next_resv = NULL;
580 next_resv
[all...]

Completed in 89 milliseconds