Lines Matching refs:oinfo
83 const struct xfs_owner_info *oinfo, in xfs_owner_info_unpack() argument
90 *owner = oinfo->oi_owner; in xfs_owner_info_unpack()
91 *offset = oinfo->oi_offset; in xfs_owner_info_unpack()
92 if (oinfo->oi_flags & XFS_OWNER_INFO_ATTR_FORK) in xfs_owner_info_unpack()
94 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK) in xfs_owner_info_unpack()
101 struct xfs_owner_info *oinfo, in xfs_owner_info_pack() argument
106 oinfo->oi_owner = owner; in xfs_owner_info_pack()
107 oinfo->oi_offset = XFS_RMAP_OFF(offset); in xfs_owner_info_pack()
108 oinfo->oi_flags = 0; in xfs_owner_info_pack()
110 oinfo->oi_flags |= XFS_OWNER_INFO_ATTR_FORK; in xfs_owner_info_pack()
112 oinfo->oi_flags |= XFS_OWNER_INFO_BMBT_BLOCK; in xfs_owner_info_pack()
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,