Home
last modified time | relevance | path

Searched defs:xlog_recover_item_ops (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_log_recover.h24 struct xlog_recover_item_ops { struct
25 uint16_t item_type; /* XFS_LI_* type code. */
34 enum xlog_recover_reorder (*reorder)(struct xlog_recover_item *item);
37 void (*ra_pass2)(struct xlog *log, struct xlog_recover_item *item);
63 extern const struct xlog_recover_item_ops xlog_icreate_item_ops; argument
/linux/fs/xfs/
H A Dxfs_log_recover.c1803 static const struct xlog_recover_item_ops *xlog_recover_item_ops[] = { variable