Searched refs:iop_match (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trans.h | 77 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 D | xfs_refcount_item.c | 595 .iop_match = xfs_cui_item_match,
|
H A D | xfs_bmap_item.c | 577 .iop_match = xfs_bui_item_match,
|
H A D | xfs_rmap_item.c | 618 .iop_match = xfs_rui_item_match,
|
H A D | xfs_extfree_item.c | 679 .iop_match = xfs_efi_item_match,
|
H A D | xfs_log_recover.c | 1745 if (!lip->li_ops->iop_match(lip, intent_id)) in xlog_recover_release_intent()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trans.h | 83 bool (*iop_match)(struct xfs_log_item *item, uint64_t id); member
|
H A D | xfs_refcount_item.c | 644 .iop_match = xfs_cui_item_match,
|
H A D | xfs_extfree_item.c | 785 .iop_match = xfs_efi_item_match,
|
H A D | xfs_bmap_item.c | 623 .iop_match = xfs_bui_item_match,
|
H A D | xfs_rmap_item.c | 650 .iop_match = xfs_rui_item_match,
|
H A D | xfs_attr_item.c | 861 .iop_match = xfs_attri_item_match,
|
H A D | xfs_log_recover.c | 1739 if (!lip->li_ops->iop_match(lip, intent_id)) in xlog_recover_release_intent()
|
Completed in 19 milliseconds