Searched refs:found_rec (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_refcount.c | 227 int found_rec; in xfs_refcount_delete() local 230 error = xfs_refcount_get_rec(cur, &irec, &found_rec); in xfs_refcount_delete() 233 if (XFS_IS_CORRUPT(cur->bc_mp, found_rec != 1)) { in xfs_refcount_delete() 245 error = xfs_refcount_lookup_ge(cur, irec.rc_startblock, &found_rec); in xfs_refcount_delete() 348 int found_rec; in xfs_refcount_split_extent() local 352 error = xfs_refcount_lookup_le(cur, agbno, &found_rec); in xfs_refcount_split_extent() 355 if (!found_rec) in xfs_refcount_split_extent() 358 error = xfs_refcount_get_rec(cur, &rcext, &found_rec); in xfs_refcount_split_extent() 361 if (XFS_IS_CORRUPT(cur->bc_mp, found_rec != 1)) { in xfs_refcount_split_extent() 383 error = xfs_refcount_insert(cur, &tmp, &found_rec); in xfs_refcount_split_extent() 411 int found_rec; xfs_refcount_merge_center_extents() local 487 int found_rec; xfs_refcount_merge_left_extent() local 548 int found_rec; xfs_refcount_merge_right_extent() local 618 int found_rec; xfs_refcount_find_left_extents() local 707 int found_rec; xfs_refcount_find_right_extents() local 923 int found_rec, found_tmp; xfs_refcount_adjust_extents() local 1456 int found_rec, found_tmp; xfs_refcount_adjust_cow_extents() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_refcount.c | 266 int found_rec; in xfs_refcount_delete() local 269 error = xfs_refcount_get_rec(cur, &irec, &found_rec); in xfs_refcount_delete() 272 if (XFS_IS_CORRUPT(cur->bc_mp, found_rec != 1)) { in xfs_refcount_delete() 285 &found_rec); in xfs_refcount_delete() 389 int found_rec; in xfs_refcount_split_extent() local 393 error = xfs_refcount_lookup_le(cur, domain, agbno, &found_rec); in xfs_refcount_split_extent() 396 if (!found_rec) in xfs_refcount_split_extent() 399 error = xfs_refcount_get_rec(cur, &rcext, &found_rec); in xfs_refcount_split_extent() 402 if (XFS_IS_CORRUPT(cur->bc_mp, found_rec != 1)) { in xfs_refcount_split_extent() 426 error = xfs_refcount_insert(cur, &tmp, &found_rec); in xfs_refcount_split_extent() 454 int found_rec; xfs_refcount_merge_center_extents() local 533 int found_rec; xfs_refcount_merge_left_extent() local 596 int found_rec; xfs_refcount_merge_right_extent() local 666 int found_rec; xfs_refcount_find_left_extents() local 759 int found_rec; xfs_refcount_find_right_extents() local 1097 int found_rec, found_tmp; xfs_refcount_adjust_extents() local 1672 int found_rec, found_tmp; xfs_refcount_adjust_cow_extents() local [all...] |
Completed in 3 milliseconds