Home
last modified time | relevance | path

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

/linux/fs/xfs/ !
H A Dxfs_refcount_item.c292 pmap->pe_startblock = ri->ri_startblock; in xfs_refcount_update_log_item()
473 return xfs_verify_rtbext(mp, pmap->pe_startblock, pmap->pe_len); in xfs_cui_validate_phys()
475 return xfs_verify_fsbext(mp, pmap->pe_startblock, pmap->pe_len); in xfs_cui_validate_phys()
490 ri->ri_startblock = pmap->pe_startblock; in xfs_cui_recover_work()
492 ri->ri_group = xfs_group_intent_get(mp, pmap->pe_startblock, in xfs_cui_recover_work()
/linux/fs/xfs/libxfs/ !
H A Dxfs_log_format.h805 uint64_t pe_startblock; member