Searched refs:found_rec (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_refcount.c | 224 int found_rec; in xfs_refcount_delete() local 227 error = xfs_refcount_get_rec(cur, &irec, &found_rec); in xfs_refcount_delete() 230 XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, out_error); in xfs_refcount_delete() 236 error = xfs_refcount_lookup_ge(cur, irec.rc_startblock, &found_rec); in xfs_refcount_delete() 339 int found_rec; in xfs_refcount_split_extent() local 343 error = xfs_refcount_lookup_le(cur, agbno, &found_rec); in xfs_refcount_split_extent() 346 if (!found_rec) in xfs_refcount_split_extent() 349 error = xfs_refcount_get_rec(cur, &rcext, &found_rec); in xfs_refcount_split_extent() 352 XFS_WANT_CORRUPTED_GOTO(cur->bc_mp, found_rec == 1, out_error); in xfs_refcount_split_extent() 371 error = xfs_refcount_insert(cur, &tmp, &found_rec); in xfs_refcount_split_extent() [all …]
|