• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/

Lines Matching refs:r_start

70 		return resv->r_start + resv->r_len - 1;
71 return resv->r_start;
101 "\tlast_len: %u\n", resv->r_start,
114 "last_start: %u\tlast_len: %u\n", i, resv->r_start,
128 unsigned int start = resv->r_start;
155 if (i > 0 && resv->r_start <= off) {
167 if (resv->r_start > ocfs2_resv_end(resv)) {
241 resv->r_start = 0;
324 mlog(0, "Insert reservation start: %u len: %u\n", new->r_start,
332 if (new->r_start < tmp->r_start) {
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(resv) >= goal)
387 if (resv->r_start > goal) {
492 resv->r_start, ocfs2_resv_end(resv), goal, wanted);
517 resv->r_start = cstart;
552 if (next_resv->r_start <= goal) {
554 goal, next_resv->r_start, next_resv->r_len);
560 next_resv->r_start - goal,
585 gap_end = next_resv->r_start - 1;
628 resv->r_start = best_start;
657 mlog(0, "lru resv: start: %u len: %u end: %u\n", lru_resv->r_start,
670 resv->r_start = lru_resv->r_start;
683 resv->r_start = ocfs2_resv_end(lru_resv) + 1;
687 mlog(0, "Reservation now looks like: r_start: %u r_end: %u "
689 resv->r_start, ocfs2_resv_end(resv), resv->r_len,
764 *cstart = resv->r_start;
779 BUG_ON(start != resv->r_start || old_end < end);
796 resv->r_start = end + 1;
797 resv->r_len = old_end - resv->r_start + 1;
812 BUG_ON(cstart != resv->r_start);
816 mlog(0, "claim bits: cstart: %u cend: %u clen: %u r_start: %u "
818 cstart, cend, clen, resv->r_start, ocfs2_resv_end(resv),
821 BUG_ON(cstart < resv->r_start);
836 mlog(0, "Reservation now looks like: r_start: %u r_end: %u "
838 resv->r_start, ocfs2_resv_end(resv), resv->r_len,