Home
last modified time | relevance | path

Searched refs:xmd_lip (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/
H A Dxfs_exchmaps_item.c171 struct xfs_xmd_log_item *xmd_lip = XMD_ITEM(lip); in xfs_xmd_item_format() local
174 xmd_lip->xmd_format.xmd_type = XFS_LI_XMD; in xfs_xmd_item_format()
175 xmd_lip->xmd_format.xmd_size = 1; in xfs_xmd_item_format()
177 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_XMD_FORMAT, &xmd_lip->xmd_format, in xfs_xmd_item_format()
190 struct xfs_xmd_log_item *xmd_lip = XMD_ITEM(lip); in xfs_xmd_item_release() local
192 xfs_xmi_release(xmd_lip->xmd_intent_log_item); in xfs_xmd_item_release()
193 kvfree(xmd_lip->xmd_item.li_lv_shadow); in xfs_xmd_item_release()
194 kmem_cache_free(xfs_xmd_cache, xmd_lip); in xfs_xmd_item_release()
254 struct xfs_xmd_log_item *xmd_lip; in xfs_exchmaps_create_done() local
256 xmd_lip = kmem_cache_zalloc(xfs_xmd_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_exchmaps_create_done()
[all …]