Home
last modified time | relevance | path

Searched refs:iop_format (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_dquot_item.c229 .iop_format = xfs_qm_dquot_logitem_format,
H A Dxfs_icreate_item.c73 .iop_format = xfs_icreate_item_format,
H A Dxfs_refcount_item.c225 .iop_format = xfs_cud_item_format,
642 .iop_format = xfs_cui_item_format,
H A Dxfs_bmap_item.c219 .iop_format = xfs_bud_item_format,
622 .iop_format = xfs_bui_item_format,
H A Dxfs_rmap_item.c223 .iop_format = xfs_rud_item_format,
649 .iop_format = xfs_rui_item_format,
H A Dxfs_trans.h74 void (*iop_format)(struct xfs_log_item *, struct xfs_log_vec *); member
H A Dxfs_attr_item.c928 .iop_format = xfs_attri_item_format,
945 .iop_format = xfs_attrd_item_format,
H A Dxfs_extfree_item.c301 .iop_format = xfs_efd_item_format,
784 .iop_format = xfs_efi_item_format,
H A Dxfs_buf_item.c818 .iop_format = xfs_buf_item_format,
H A Dxfs_inode_item.c850 .iop_format = xfs_inode_item_format,
H A Dxfs_log_cil.c516 lip->li_ops->iop_format(lip, lv); in xlog_cil_insert_format_items()