Home
last modified time | relevance | path

Searched refs:sroi (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/xfs/scrub/
Dcommon.c326 struct xchk_rmap_ownedby_info *sroi = priv; in xchk_count_rmap_ownedby_irec() local
331 oinfo_attr = sroi->oinfo->oi_flags & XFS_OWNER_INFO_ATTR_FORK; in xchk_count_rmap_ownedby_irec()
333 if (rec->rm_owner != sroi->oinfo->oi_owner) in xchk_count_rmap_ownedby_irec()
337 (*sroi->blocks) += rec->rm_blockcount; in xchk_count_rmap_ownedby_irec()
353 struct xchk_rmap_ownedby_info sroi; in xchk_count_rmap_ownedby_ag() local
355 sroi.oinfo = oinfo; in xchk_count_rmap_ownedby_ag()
357 sroi.blocks = blocks; in xchk_count_rmap_ownedby_ag()
360 &sroi); in xchk_count_rmap_ownedby_ag()