Home
last modified time | relevance | path

Searched refs:iop_match (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trans.h77 bool (*iop_match)(struct xfs_log_item *item, uint64_t id); member
87 lip->li_ops->iop_match != NULL; in xlog_item_is_intent()
H A Dxfs_refcount_item.c595 .iop_match = xfs_cui_item_match,
H A Dxfs_bmap_item.c577 .iop_match = xfs_bui_item_match,
H A Dxfs_rmap_item.c618 .iop_match = xfs_rui_item_match,
H A Dxfs_extfree_item.c679 .iop_match = xfs_efi_item_match,
H A Dxfs_log_recover.c1745 if (!lip->li_ops->iop_match(lip, intent_id)) in xlog_recover_release_intent()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans.h83 bool (*iop_match)(struct xfs_log_item *item, uint64_t id); member
H A Dxfs_refcount_item.c644 .iop_match = xfs_cui_item_match,
H A Dxfs_extfree_item.c785 .iop_match = xfs_efi_item_match,
H A Dxfs_bmap_item.c623 .iop_match = xfs_bui_item_match,
H A Dxfs_rmap_item.c650 .iop_match = xfs_rui_item_match,
H A Dxfs_attr_item.c861 .iop_match = xfs_attri_item_match,
H A Dxfs_log_recover.c1739 if (!lip->li_ops->iop_match(lip, intent_id)) in xlog_recover_release_intent()

Completed in 18 milliseconds