Home
last modified time | relevance | path

Searched refs:cudp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_refcount_item.c188 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_format() local
191 cudp->cud_format.cud_type = XFS_LI_CUD; in xfs_cud_item_format()
192 cudp->cud_format.cud_size = 1; in xfs_cud_item_format()
194 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_CUD_FORMAT, &cudp->cud_format, in xfs_cud_item_format()
207 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_release() local
209 xfs_cui_release(cudp->cud_cuip); in xfs_cud_item_release()
210 kmem_free(cudp->cud_item.li_lv_shadow); in xfs_cud_item_release()
211 kmem_cache_free(xfs_cud_cache, cudp); in xfs_cud_item_release()
235 struct xfs_cud_log_item *cudp; in xfs_trans_get_cud() local
237 cudp in xfs_trans_get_cud()
253 xfs_trans_log_finish_refcount_update( struct xfs_trans *tp, struct xfs_cud_log_item *cudp, struct xfs_refcount_intent *ri, struct xfs_btree_cur **pcur) xfs_trans_log_finish_refcount_update() argument
482 struct xfs_cud_log_item *cudp; xfs_cui_item_recover() local
617 struct xfs_cud_log_item *cudp; xfs_cui_item_relog() local
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_refcount_item.c185 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_format() local
188 cudp->cud_format.cud_type = XFS_LI_CUD; in xfs_cud_item_format()
189 cudp->cud_format.cud_size = 1; in xfs_cud_item_format()
191 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_CUD_FORMAT, &cudp->cud_format, in xfs_cud_item_format()
204 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_release() local
206 xfs_cui_release(cudp->cud_cuip); in xfs_cud_item_release()
207 kmem_cache_free(xfs_cud_zone, cudp); in xfs_cud_item_release()
222 struct xfs_cud_log_item *cudp; in xfs_trans_get_cud() local
224 cudp = kmem_cache_zalloc(xfs_cud_zone, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_cud()
225 xfs_log_item_init(tp->t_mountp, &cudp in xfs_trans_get_cud()
240 xfs_trans_log_finish_refcount_update( struct xfs_trans *tp, struct xfs_cud_log_item *cudp, enum xfs_refcount_intent_type type, xfs_fsblock_t startblock, xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb, xfs_extlen_t *new_len, struct xfs_btree_cur **pcur) xfs_trans_log_finish_refcount_update() argument
432 struct xfs_cud_log_item *cudp; xfs_cui_item_recover() local
569 struct xfs_cud_log_item *cudp; xfs_cui_item_relog() local
[all...]

Completed in 6 milliseconds