Searched defs:xfs_item_ops (Results 1 – 1 of 1) sorted by relevance
343 struct xfs_item_ops { struct344 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 *);[all …]