Searched refs:rr_rrec (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_refcount.c | 1656 struct xfs_refcount_irec rr_rrec; member 1674 xfs_refcount_btrec_to_irec(rec, &rr->rr_rrec); in xfs_refcount_recover_extent() 1741 trace_xfs_refcount_recover_extent(mp, agno, &rr->rr_rrec); in xfs_refcount_recover_cow_leftovers() 1744 agbno = rr->rr_rrec.rc_startblock - XFS_REFC_COW_START; in xfs_refcount_recover_cow_leftovers() 1747 rr->rr_rrec.rc_blockcount); in xfs_refcount_recover_cow_leftovers() 1750 xfs_bmap_add_free(tp, fsb, rr->rr_rrec.rc_blockcount, NULL); in xfs_refcount_recover_cow_leftovers()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_refcount.c | 1880 struct xfs_refcount_irec rr_rrec; member 1900 xfs_refcount_btrec_to_irec(rec, &rr->rr_rrec); in xfs_refcount_recover_extent() 1902 if (xfs_refcount_check_irec(cur, &rr->rr_rrec) != NULL || in xfs_refcount_recover_extent() 1904 rr->rr_rrec.rc_domain != XFS_REFC_DOMAIN_COW)) { in xfs_refcount_recover_extent() 1977 &rr->rr_rrec); in xfs_refcount_recover_cow_leftovers() 1981 rr->rr_rrec.rc_startblock); in xfs_refcount_recover_cow_leftovers() 1983 rr->rr_rrec.rc_blockcount); in xfs_refcount_recover_cow_leftovers() 1987 rr->rr_rrec.rc_blockcount, NULL, in xfs_refcount_recover_cow_leftovers()
|
Completed in 5 milliseconds