Home
last modified time | relevance | path

Searched refs:xfs_item_ops (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_trans.h17 struct xfs_item_ops;
41 const struct xfs_item_ops *li_ops; /* function list */
71 struct xfs_item_ops { struct
115 int type, const struct xfs_item_ops *ops);
H A Dxfs_attr_item.c34 static const struct xfs_item_ops xfs_attri_item_ops;
35 static const struct xfs_item_ops xfs_attrd_item_ops;
925 static const struct xfs_item_ops xfs_attri_item_ops = {
941 static const struct xfs_item_ops xfs_attrd_item_ops = {
H A Dxfs_refcount_item.c28 static const struct xfs_item_ops xfs_cui_item_ops;
221 static const struct xfs_item_ops xfs_cud_item_ops = {
639 static const struct xfs_item_ops xfs_cui_item_ops = {
H A Dxfs_bmap_item.c32 static const struct xfs_item_ops xfs_bui_item_ops;
215 static const struct xfs_item_ops xfs_bud_item_ops = {
619 static const struct xfs_item_ops xfs_bui_item_ops = {
H A Dxfs_rmap_item.c28 static const struct xfs_item_ops xfs_rui_item_ops;
219 static const struct xfs_item_ops xfs_rud_item_ops = {
646 static const struct xfs_item_ops xfs_rui_item_ops = {
H A Dxfs_iunlink_item.c122 static const struct xfs_item_ops xfs_iunlink_item_ops = {
H A Dxfs_log.h126 struct xfs_item_ops;
H A Dxfs_extfree_item.c32 static const struct xfs_item_ops xfs_efi_item_ops;
297 static const struct xfs_item_ops xfs_efd_item_ops = {
781 static const struct xfs_item_ops xfs_efi_item_ops = {
H A Dxfs_dquot_item.c226 static const struct xfs_item_ops xfs_dquot_item_ops = {
H A Dxfs_icreate_item.c70 static const struct xfs_item_ops xfs_icreate_item_ops = {
H A Dxfs_buf_item.c815 static const struct xfs_item_ops xfs_buf_item_ops = {
H A Dxfs_inode_item.c846 static const struct xfs_item_ops xfs_inode_item_ops = {
H A Dxfs_log_recover.c2569 const struct xfs_item_ops *ops = lip->li_ops; in xlog_recover_process_intents()
H A Dxfs_log.c1121 const struct xfs_item_ops *ops) in xfs_log_item_init()