Lines Matching defs:fake
527 struct xfs_refcount_intent fake = { };
537 fake.ri_type = refc_type;
547 fake.ri_startblock = pmap->pe_startblock;
548 fake.ri_blockcount = pmap->pe_len;
551 xfs_refcount_update_get_group(mp, &fake);
553 &fake, &rcur);
554 xfs_refcount_update_put_group(&fake);
564 if (fake.ri_blockcount > 0) {
566 .br_startblock = fake.ri_startblock,
567 .br_blockcount = fake.ri_blockcount,
570 switch (fake.ri_type) {