Searched refs:iop_relog (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trans.h | 78 struct xfs_log_item *(*iop_relog)(struct xfs_log_item *intent, member 268 return lip->li_ops->iop_relog(lip, tp); in xfs_trans_item_relog()
|
H A D | xfs_refcount_item.c | 596 .iop_relog = xfs_cui_item_relog,
|
H A D | xfs_bmap_item.c | 578 .iop_relog = xfs_bui_item_relog,
|
H A D | xfs_rmap_item.c | 619 .iop_relog = xfs_rui_item_relog,
|
H A D | xfs_extfree_item.c | 680 .iop_relog = xfs_efi_item_relog,
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trans.h | 84 struct xfs_log_item *(*iop_relog)(struct xfs_log_item *intent, member 255 return lip->li_ops->iop_relog(lip, tp); in xfs_trans_item_relog()
|
H A D | xfs_refcount_item.c | 645 .iop_relog = xfs_cui_item_relog,
|
H A D | xfs_extfree_item.c | 786 .iop_relog = xfs_efi_item_relog,
|
H A D | xfs_bmap_item.c | 624 .iop_relog = xfs_bui_item_relog,
|
H A D | xfs_rmap_item.c | 651 .iop_relog = xfs_rui_item_relog,
|
H A D | xfs_attr_item.c | 862 .iop_relog = xfs_attri_item_relog,
|
Completed in 12 milliseconds