Searched refs:iop_format (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_dquot_item.c | 229 .iop_format = xfs_qm_dquot_logitem_format,
|
H A D | xfs_icreate_item.c | 73 .iop_format = xfs_icreate_item_format,
|
H A D | xfs_refcount_item.c | 225 .iop_format = xfs_cud_item_format, 642 .iop_format = xfs_cui_item_format,
|
H A D | xfs_bmap_item.c | 219 .iop_format = xfs_bud_item_format, 622 .iop_format = xfs_bui_item_format,
|
H A D | xfs_rmap_item.c | 223 .iop_format = xfs_rud_item_format, 649 .iop_format = xfs_rui_item_format,
|
H A D | xfs_trans.h | 74 void (*iop_format)(struct xfs_log_item *, struct xfs_log_vec *); member
|
H A D | xfs_attr_item.c | 928 .iop_format = xfs_attri_item_format, 945 .iop_format = xfs_attrd_item_format,
|
H A D | xfs_extfree_item.c | 301 .iop_format = xfs_efd_item_format, 784 .iop_format = xfs_efi_item_format,
|
H A D | xfs_buf_item.c | 818 .iop_format = xfs_buf_item_format,
|
H A D | xfs_inode_item.c | 850 .iop_format = xfs_inode_item_format,
|
H A D | xfs_log_cil.c | 516 lip->li_ops->iop_format(lip, lv); in xlog_cil_insert_format_items()
|