Searched defs:xfs_item_ops (Results 1 – 1 of 1) sorted by relevance
69 struct xfs_item_ops { struct70 unsigned flags;71 void (*iop_size)(struct xfs_log_item *, int *, int *);73 void (*iop_pin)(struct xfs_log_item *);74 void (*iop_unpin)(struct xfs_log_item *, int remove);75 uint64_t (*iop_sort)(struct xfs_log_item *lip);78 xfs_lsn_t (*iop_committed)(struct xfs_log_item *, xfs_lsn_t);79 uint (*iop_push)(struct xfs_log_item *, struct list_head *);80 void (*iop_release)(struct xfs_log_item *);81 int (*iop_recover)(struct xfs_log_item *lip,[all …]
Completed in 4 milliseconds