Lines Matching defs:xfs_item_ops
343 struct xfs_item_ops { struct
344 uint (*iop_size)(xfs_log_item_t *);
345 void (*iop_format)(xfs_log_item_t *, struct xfs_log_iovec *);
346 void (*iop_pin)(xfs_log_item_t *);
347 void (*iop_unpin)(xfs_log_item_t *, int remove);
348 uint (*iop_trylock)(xfs_log_item_t *);
349 void (*iop_unlock)(xfs_log_item_t *);
350 xfs_lsn_t (*iop_committed)(xfs_log_item_t *, xfs_lsn_t);
351 void (*iop_push)(xfs_log_item_t *);
352 bool (*iop_pushbuf)(xfs_log_item_t *);
353 void (*iop_committing)(xfs_log_item_t *, xfs_lsn_t);