Lines Matching refs:check
2798 struct xfs_rmap_irec check = *rec; in xfs_rmap_count_owners_helper() local
2803 filedata = !XFS_RMAP_NON_INODE_OWNER(check.rm_owner) && in xfs_rmap_count_owners_helper()
2804 !(check.rm_flags & XFS_RMAP_BMBT_BLOCK); in xfs_rmap_count_owners_helper()
2807 delta = (int64_t)roc->good.rm_startblock - check.rm_startblock; in xfs_rmap_count_owners_helper()
2809 check.rm_startblock += delta; in xfs_rmap_count_owners_helper()
2810 check.rm_blockcount -= delta; in xfs_rmap_count_owners_helper()
2812 check.rm_offset += delta; in xfs_rmap_count_owners_helper()
2816 delta = (check.rm_startblock + check.rm_blockcount) - in xfs_rmap_count_owners_helper()
2819 check.rm_blockcount -= delta; in xfs_rmap_count_owners_helper()
2822 keyflags = check.rm_flags & (XFS_RMAP_ATTR_FORK | XFS_RMAP_BMBT_BLOCK); in xfs_rmap_count_owners_helper()
2824 if (check.rm_startblock == roc->good.rm_startblock && in xfs_rmap_count_owners_helper()
2825 check.rm_blockcount == roc->good.rm_blockcount && in xfs_rmap_count_owners_helper()
2826 check.rm_owner == roc->good.rm_owner && in xfs_rmap_count_owners_helper()
2827 check.rm_offset == roc->good.rm_offset && in xfs_rmap_count_owners_helper()
2833 xfs_rmap_shareable(cur->bc_mp, &check)) in xfs_rmap_count_owners_helper()