Searched refs:found_rec (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
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() 287 &found_rec); in xfs_refcount_delete() 390 int found_rec; in xfs_refcount_split_extent() local 394 error = xfs_refcount_lookup_le(cur, domain, agbno, &found_rec); in xfs_refcount_split_extent() 397 if (!found_rec) in xfs_refcount_split_extent() 400 error = xfs_refcount_get_rec(cur, &rcext, &found_rec); in xfs_refcount_split_extent() 403 if (XFS_IS_CORRUPT(cur->bc_mp, found_rec != 1)) { in xfs_refcount_split_extent() 427 error = xfs_refcount_insert(cur, &tmp, &found_rec); in xfs_refcount_split_extent() [all …]
|