Searched defs:xfs_item_ops (Results 1 – 1 of 1) sorted by relevance
70 struct xfs_item_ops { struct71 unsigned flags;72 void (*iop_size)(struct xfs_log_item *, int *, int *);73 void (*iop_format)(struct xfs_log_item *, struct xfs_log_vec *);74 void (*iop_pin)(struct xfs_log_item *);75 void (*iop_unpin)(struct xfs_log_item *, int remove);76 uint64_t (*iop_sort)(struct xfs_log_item *lip);77 int (*iop_precommit)(struct xfs_trans *tp, struct xfs_log_item *lip);78 void (*iop_committing)(struct xfs_log_item *lip, xfs_csn_t seq);79 xfs_lsn_t (*iop_committed)(struct xfs_log_item *, xfs_lsn_t);[all …]