Lines Matching refs:oinfo
83 const struct xfs_owner_info *oinfo,
90 *owner = oinfo->oi_owner;
91 *offset = oinfo->oi_offset;
92 if (oinfo->oi_flags & XFS_OWNER_INFO_ATTR_FORK)
94 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK)
101 struct xfs_owner_info *oinfo,
106 oinfo->oi_owner = owner;
107 oinfo->oi_offset = XFS_RMAP_OFF(offset);
108 oinfo->oi_flags = 0;
110 oinfo->oi_flags |= XFS_OWNER_INFO_ATTR_FORK;
112 oinfo->oi_flags |= XFS_OWNER_INFO_BMBT_BLOCK;
117 const struct xfs_owner_info *oinfo);
120 const struct xfs_owner_info *oinfo);
198 xfs_extlen_t len, const struct xfs_owner_info *oinfo,
201 xfs_extlen_t len, const struct xfs_owner_info *oinfo,