Lines Matching defs:xfs_item_ops
65 struct xfs_item_ops { struct
66 unsigned flags;
67 void (*iop_size)(struct xfs_log_item *, int *, int *);
68 void (*iop_format)(struct xfs_log_item *, struct xfs_log_vec *);
69 void (*iop_pin)(struct xfs_log_item *);
70 void (*iop_unpin)(struct xfs_log_item *, int remove);
71 uint (*iop_push)(struct xfs_log_item *, struct list_head *);
72 void (*iop_committing)(struct xfs_log_item *lip, xfs_csn_t seq);
73 void (*iop_release)(struct xfs_log_item *);
74 xfs_lsn_t (*iop_committed)(struct xfs_log_item *, xfs_lsn_t);
75 int (*iop_recover)(struct xfs_log_item *lip,
77 bool (*iop_match)(struct xfs_log_item *item, uint64_t id);
78 struct xfs_log_item *(*iop_relog)(struct xfs_log_item *intent,