Lines Matching refs:owner
122 uint64_t owner,
147 * range rmap lookup to make sure we get the correct owner/offset.
151 owner, offset, rflags, rmap, &has_rmap);
154 owner, offset, rflags, rmap, &has_rmap);
174 uint64_t owner = info->sc->ip->i_ino;
180 if (!xchk_bmap_get_rmap(info, irec, agbno, owner, &rmap))
206 /* Check the owner */
207 if (rmap.rm_owner != owner)
241 uint64_t owner = XFS_RMAP_OWN_COW;
247 if (!xchk_bmap_get_rmap(info, irec, agbno, owner, &rmap))
264 /* Check the owner */
265 if (rmap.rm_owner != owner)
450 uint64_t owner;
461 owner = be64_to_cpu(block->bb_u.l.bb_owner);
462 if (owner != ip->i_ino)