Searched refs:found_rec (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/fs/xfs/libxfs/ |
| D | xfs_refcount.c | 228 int found_rec; in xfs_refcount_delete() local 231 error = xfs_refcount_get_rec(cur, &irec, &found_rec); in xfs_refcount_delete() 234 if (XFS_IS_CORRUPT(cur->bc_mp, found_rec != 1)) { in xfs_refcount_delete() 246 error = xfs_refcount_lookup_ge(cur, irec.rc_startblock, &found_rec); in xfs_refcount_delete() 349 int found_rec; in xfs_refcount_split_extent() local 353 error = xfs_refcount_lookup_le(cur, agbno, &found_rec); in xfs_refcount_split_extent() 356 if (!found_rec) in xfs_refcount_split_extent() 359 error = xfs_refcount_get_rec(cur, &rcext, &found_rec); in xfs_refcount_split_extent() 362 if (XFS_IS_CORRUPT(cur->bc_mp, found_rec != 1)) { in xfs_refcount_split_extent() 384 error = xfs_refcount_insert(cur, &tmp, &found_rec); in xfs_refcount_split_extent() [all …]
|