found_rec 224 fs/xfs/libxfs/xfs_refcount.c int found_rec; found_rec 227 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_get_rec(cur, &irec, &found_rec); found_rec 230 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, out_error); found_rec 236 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_lookup_ge(cur, irec.rc_startblock, &found_rec); found_rec 339 fs/xfs/libxfs/xfs_refcount.c int found_rec; found_rec 343 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_lookup_le(cur, agbno, &found_rec); found_rec 346 fs/xfs/libxfs/xfs_refcount.c if (!found_rec) found_rec 349 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_get_rec(cur, &rcext, &found_rec); found_rec 352 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, out_error); found_rec 371 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_insert(cur, &tmp, &found_rec); found_rec 374 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, out_error); found_rec 396 fs/xfs/libxfs/xfs_refcount.c int found_rec; found_rec 410 fs/xfs/libxfs/xfs_refcount.c &found_rec); found_rec 413 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, out_error); found_rec 415 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_delete(cur, &found_rec); found_rec 418 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, out_error); found_rec 421 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_delete(cur, &found_rec); found_rec 424 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, found_rec 430 fs/xfs/libxfs/xfs_refcount.c &found_rec); found_rec 433 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, out_error); found_rec 461 fs/xfs/libxfs/xfs_refcount.c int found_rec; found_rec 469 fs/xfs/libxfs/xfs_refcount.c &found_rec); found_rec 472 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, found_rec 475 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_delete(cur, &found_rec); found_rec 478 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, found_rec 484 fs/xfs/libxfs/xfs_refcount.c &found_rec); found_rec 487 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, out_error); found_rec 515 fs/xfs/libxfs/xfs_refcount.c int found_rec; found_rec 526 fs/xfs/libxfs/xfs_refcount.c &found_rec); found_rec 529 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, found_rec 532 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_delete(cur, &found_rec); found_rec 535 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, found_rec 541 fs/xfs/libxfs/xfs_refcount.c &found_rec); found_rec 544 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, out_error); found_rec 578 fs/xfs/libxfs/xfs_refcount.c int found_rec; found_rec 581 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_lookup_le(cur, agbno - 1, &found_rec); found_rec 584 fs/xfs/libxfs/xfs_refcount.c if (!found_rec) found_rec 587 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_get_rec(cur, &tmp, &found_rec); found_rec 590 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, out_error); found_rec 601 fs/xfs/libxfs/xfs_refcount.c error = xfs_btree_increment(cur, 0, &found_rec); found_rec 604 fs/xfs/libxfs/xfs_refcount.c if (found_rec) { found_rec 605 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_get_rec(cur, &tmp, &found_rec); found_rec 608 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, found_rec 662 fs/xfs/libxfs/xfs_refcount.c int found_rec; found_rec 665 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_lookup_ge(cur, agbno + aglen, &found_rec); found_rec 668 fs/xfs/libxfs/xfs_refcount.c if (!found_rec) found_rec 671 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_get_rec(cur, &tmp, &found_rec); found_rec 674 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, out_error); found_rec 685 fs/xfs/libxfs/xfs_refcount.c error = xfs_btree_decrement(cur, 0, &found_rec); found_rec 688 fs/xfs/libxfs/xfs_refcount.c if (found_rec) { found_rec 689 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_get_rec(cur, &tmp, &found_rec); found_rec 692 fs/xfs/libxfs/xfs_refcount.c XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, found_rec 873 fs/xfs/libxfs/xfs_refcount.c int found_rec, found_tmp; found_rec 880 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_lookup_ge(cur, *agbno, &found_rec); found_rec 885 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_get_rec(cur, &ext, &found_rec); found_rec 888 fs/xfs/libxfs/xfs_refcount.c if (!found_rec) { found_rec 931 fs/xfs/libxfs/xfs_refcount.c &found_rec); found_rec 955 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_delete(cur, &found_rec); found_rec 959 fs/xfs/libxfs/xfs_refcount.c found_rec == 1, out_error); found_rec 971 fs/xfs/libxfs/xfs_refcount.c error = xfs_btree_increment(cur, 0, &found_rec); found_rec 1394 fs/xfs/libxfs/xfs_refcount.c int found_rec, found_tmp; found_rec 1400 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_lookup_ge(cur, agbno, &found_rec); found_rec 1403 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_get_rec(cur, &ext, &found_rec); found_rec 1406 fs/xfs/libxfs/xfs_refcount.c if (!found_rec) { found_rec 1444 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_delete(cur, &found_rec); found_rec 1448 fs/xfs/libxfs/xfs_refcount.c found_rec == 1, out_error);