Lines Matching refs:owner
106 uint64_t owner,
131 * range rmap lookup to make sure we get the correct owner/offset.
135 owner, offset, rflags, rmap, &has_rmap);
145 error = xfs_rmap_lookup_le(info->sc->sa.rmap_cur, agbno, 0, owner,
174 uint64_t owner;
180 owner = XFS_RMAP_OWN_COW;
182 owner = info->sc->ip->i_ino;
185 if (!xchk_bmap_get_rmap(info, irec, agbno, owner, &rmap))
209 if (rmap.rm_owner != owner)
220 if (owner != XFS_RMAP_OWN_COW &&
401 uint64_t owner;
412 owner = be64_to_cpu(block->bb_u.l.bb_owner);
413 if (owner != ip->i_ino)