Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/ !
Dxfs_dquot_item.c198 .iop_format = xfs_qm_dquot_logitem_format,
Dxfs_icreate_item.c73 .iop_format = xfs_icreate_item_format,
Dxfs_bmap_item.c218 .iop_format = xfs_bud_item_format,
603 .iop_format = xfs_bui_item_format,
Dxfs_refcount_item.c224 .iop_format = xfs_cud_item_format,
620 .iop_format = xfs_cui_item_format,
Dxfs_rmap_item.c222 .iop_format = xfs_rud_item_format,
624 .iop_format = xfs_rui_item_format,
Dxfs_trans.h72 void (*iop_format)(struct xfs_log_item *, struct xfs_log_vec *); member
Dxfs_attr_item.c856 .iop_format = xfs_attri_item_format,
873 .iop_format = xfs_attrd_item_format,
Dxfs_extfree_item.c301 .iop_format = xfs_efd_item_format,
685 .iop_format = xfs_efi_item_format,
Dxfs_buf_item.c744 .iop_format = xfs_buf_item_format,
Dxfs_inode_item.c666 .iop_format = xfs_inode_item_format,
Dxfs_log_cil.c514 lip->li_ops->iop_format(lip, lv); in xlog_cil_insert_format_items()