Searched refs:xmd_lip (Results 1 – 1 of 1) sorted by relevance
169 struct xfs_xmd_log_item *xmd_lip = XMD_ITEM(lip); in xfs_xmd_item_format() local171 xmd_lip->xmd_format.xmd_type = XFS_LI_XMD; in xfs_xmd_item_format()172 xmd_lip->xmd_format.xmd_size = 1; in xfs_xmd_item_format()174 xlog_format_copy(lfb, XLOG_REG_TYPE_XMD_FORMAT, &xmd_lip->xmd_format, in xfs_xmd_item_format()187 struct xfs_xmd_log_item *xmd_lip = XMD_ITEM(lip); in xfs_xmd_item_release() local189 xfs_xmi_release(xmd_lip->xmd_intent_log_item); in xfs_xmd_item_release()190 kvfree(xmd_lip->xmd_item.li_lv_shadow); in xfs_xmd_item_release()191 kmem_cache_free(xfs_xmd_cache, xmd_lip); in xfs_xmd_item_release()251 struct xfs_xmd_log_item *xmd_lip; in xfs_exchmaps_create_done() local253 xmd_lip = kmem_cache_zalloc(xfs_xmd_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_exchmaps_create_done()[all …]