Lines Matching defs:xfs_item_ops
71 struct xfs_item_ops { struct
72 unsigned flags;
73 void (*iop_size)(struct xfs_log_item *, int *, int *);
74 void (*iop_format)(struct xfs_log_item *, struct xfs_log_vec *);
75 void (*iop_pin)(struct xfs_log_item *);
76 void (*iop_unpin)(struct xfs_log_item *, int remove);
77 uint64_t (*iop_sort)(struct xfs_log_item *lip);
78 int (*iop_precommit)(struct xfs_trans *tp, struct xfs_log_item *lip);
79 void (*iop_committing)(struct xfs_log_item *lip, xfs_csn_t seq);
80 xfs_lsn_t (*iop_committed)(struct xfs_log_item *, xfs_lsn_t);
81 uint (*iop_push)(struct xfs_log_item *, struct list_head *);
82 void (*iop_release)(struct xfs_log_item *);
83 bool (*iop_match)(struct xfs_log_item *item, uint64_t id);
84 struct xfs_log_item *(*iop_intent)(struct xfs_log_item *intent_done);