Searched refs:ocfs2_resv_end (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.c67 static inline unsigned int ocfs2_resv_end(struct ocfs2_alloc_reservation *resv) function
102 ocfs2_resv_end(resv), resv->r_len, resv->r_last_start,
115 ocfs2_resv_end(resv), resv->r_len, resv->r_last_start,
129 unsigned int end = ocfs2_resv_end(resv);
167 if (resv->r_start > ocfs2_resv_end(resv)) {
173 if (ocfs2_resv_end(resv) >= resmap->m_bitmap_len) {
182 off = ocfs2_resv_end(resv);
339 BUG_ON(ocfs2_resv_end(new) >= tmp->r_start);
340 } else if (new->r_start > ocfs2_resv_end(tmp)) {
383 if (resv->r_start <= goal && ocfs2_resv_end(res
[all...]

Completed in 29 milliseconds