Lines Matching refs:pmap
295 struct xfs_phys_extent *pmap, in xfs_trans_set_refcount_flags() argument
298 pmap->pe_flags = 0; in xfs_trans_set_refcount_flags()
304 pmap->pe_flags |= type; in xfs_trans_set_refcount_flags()
319 struct xfs_phys_extent *pmap; in xfs_refcount_update_log_item() local
331 pmap = &cuip->cui_format.cui_extents[next_extent]; in xfs_refcount_update_log_item()
332 pmap->pe_startblock = ri->ri_startblock; in xfs_refcount_update_log_item()
333 pmap->pe_len = ri->ri_blockcount; in xfs_refcount_update_log_item()
334 xfs_trans_set_refcount_flags(pmap, ri->ri_type); in xfs_refcount_update_log_item()
426 struct xfs_phys_extent *pmap) in xfs_cui_validate_phys() argument
431 if (pmap->pe_flags & ~XFS_REFCOUNT_EXTENT_FLAGS) in xfs_cui_validate_phys()
434 switch (pmap->pe_flags & XFS_REFCOUNT_EXTENT_TYPE_MASK) { in xfs_cui_validate_phys()
444 return xfs_verify_fsbext(mp, pmap->pe_startblock, pmap->pe_len); in xfs_cui_validate_phys()
502 struct xfs_phys_extent *pmap; in xfs_cui_item_recover() local
504 pmap = &cuip->cui_format.cui_extents[i]; in xfs_cui_item_recover()
505 refc_type = pmap->pe_flags & XFS_REFCOUNT_EXTENT_TYPE_MASK; in xfs_cui_item_recover()
521 fake.ri_startblock = pmap->pe_startblock; in xfs_cui_item_recover()
522 fake.ri_blockcount = pmap->pe_len; in xfs_cui_item_recover()
589 struct xfs_phys_extent *pmap; in xfs_cui_item_relog() local
593 pmap = CUI_ITEM(intent)->cui_format.cui_extents; in xfs_cui_item_relog()
600 memcpy(cuip->cui_format.cui_extents, pmap, count * sizeof(*pmap)); in xfs_cui_item_relog()