Searched refs:budp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_bmap_item.c | 180 struct xfs_bud_log_item *budp = BUD_ITEM(lip); in xfs_bud_item_format() local 183 budp->bud_format.bud_type = XFS_LI_BUD; in xfs_bud_item_format() 184 budp->bud_format.bud_size = 1; in xfs_bud_item_format() 186 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_BUD_FORMAT, &budp->bud_format, in xfs_bud_item_format() 199 struct xfs_bud_log_item *budp = BUD_ITEM(lip); in xfs_bud_item_release() local 201 xfs_bui_release(budp->bud_buip); in xfs_bud_item_release() 202 kmem_cache_free(xfs_bud_zone, budp); in xfs_bud_item_release() 217 struct xfs_bud_log_item *budp; in xfs_trans_get_bud() local 219 budp = kmem_cache_zalloc(xfs_bud_zone, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_bud() 220 xfs_log_item_init(tp->t_mountp, &budp in xfs_trans_get_bud() 235 xfs_trans_log_finish_bmap_update( struct xfs_trans *tp, struct xfs_bud_log_item *budp, enum xfs_bmap_intent_type type, struct xfs_inode *ip, int whichfork, xfs_fileoff_t startoff, xfs_fsblock_t startblock, xfs_filblks_t *blockcount, xfs_exntst_t state) xfs_trans_log_finish_bmap_update() argument 435 struct xfs_bud_log_item *budp; xfs_bui_item_recover() local 551 struct xfs_bud_log_item *budp; xfs_bui_item_relog() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_bmap_item.c | 182 struct xfs_bud_log_item *budp = BUD_ITEM(lip); in xfs_bud_item_format() local 185 budp->bud_format.bud_type = XFS_LI_BUD; in xfs_bud_item_format() 186 budp->bud_format.bud_size = 1; in xfs_bud_item_format() 188 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_BUD_FORMAT, &budp->bud_format, in xfs_bud_item_format() 201 struct xfs_bud_log_item *budp = BUD_ITEM(lip); in xfs_bud_item_release() local 203 xfs_bui_release(budp->bud_buip); in xfs_bud_item_release() 204 kmem_free(budp->bud_item.li_lv_shadow); in xfs_bud_item_release() 205 kmem_cache_free(xfs_bud_cache, budp); in xfs_bud_item_release() 229 struct xfs_bud_log_item *budp; in xfs_trans_get_bud() local 231 budp in xfs_trans_get_bud() 247 xfs_trans_log_finish_bmap_update( struct xfs_trans *tp, struct xfs_bud_log_item *budp, struct xfs_bmap_intent *bi) xfs_trans_log_finish_bmap_update() argument 499 struct xfs_bud_log_item *budp; xfs_bui_item_recover() local 596 struct xfs_bud_log_item *budp; xfs_bui_item_relog() local [all...] |
Completed in 2 milliseconds