Lines Matching refs:have
293 * have a left, current, and right extent. If the new reference count
641 /* We have a left extent; retrieve (or invent) the next right one */
730 /* We have a right extent; retrieve (or invent) the next left one */
855 * we no longer have a cright to merge with right. We're done.
908 * Adjust the refcounts of middle extents. At this point we should have
911 * all we have to do is update the extents inside [agbno, agbno + aglen].
1303 int have;
1314 error = xfs_refcount_lookup_le(cur, agbno, &have);
1317 if (!have) {
1319 error = xfs_btree_increment(cur, 0, &have);
1322 if (!have)
1335 error = xfs_btree_increment(cur, 0, &have);
1338 if (!have)
1366 error = xfs_btree_increment(cur, 0, &have);
1369 if (!have)
1428 * several reasons -- first, EFIs pin the tail of the log and would have to be
1430 * will have to file an EFD and create new EFIs for whatever remains in the
1432 * will have to periodically relog even if there's no writeout in progress.