Symbol: xlog_recover_item_ops
fs/xfs/libxfs/xfs_log_recover.h
108
const struct xlog_recover_item_ops *ri_ops;
fs/xfs/libxfs/xfs_log_recover.h
63
extern const struct xlog_recover_item_ops xlog_icreate_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
64
extern const struct xlog_recover_item_ops xlog_buf_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
65
extern const struct xlog_recover_item_ops xlog_inode_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
66
extern const struct xlog_recover_item_ops xlog_dquot_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
67
extern const struct xlog_recover_item_ops xlog_quotaoff_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
68
extern const struct xlog_recover_item_ops xlog_bui_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
69
extern const struct xlog_recover_item_ops xlog_bud_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
70
extern const struct xlog_recover_item_ops xlog_efi_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
71
extern const struct xlog_recover_item_ops xlog_efd_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
72
extern const struct xlog_recover_item_ops xlog_rui_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
73
extern const struct xlog_recover_item_ops xlog_rud_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
74
extern const struct xlog_recover_item_ops xlog_cui_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
75
extern const struct xlog_recover_item_ops xlog_cud_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
76
extern const struct xlog_recover_item_ops xlog_attri_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
77
extern const struct xlog_recover_item_ops xlog_attrd_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
78
extern const struct xlog_recover_item_ops xlog_xmi_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
79
extern const struct xlog_recover_item_ops xlog_xmd_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
80
extern const struct xlog_recover_item_ops xlog_rtefi_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
81
extern const struct xlog_recover_item_ops xlog_rtefd_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
82
extern const struct xlog_recover_item_ops xlog_rtrui_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
83
extern const struct xlog_recover_item_ops xlog_rtrud_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
84
extern const struct xlog_recover_item_ops xlog_rtcui_item_ops;
fs/xfs/libxfs/xfs_log_recover.h
85
extern const struct xlog_recover_item_ops xlog_rtcud_item_ops;
fs/xfs/xfs_attr_item.c
1190
const struct xlog_recover_item_ops xlog_attri_item_ops = {
fs/xfs/xfs_attr_item.c
1204
const struct xlog_recover_item_ops xlog_attrd_item_ops = {
fs/xfs/xfs_bmap_item.c
685
const struct xlog_recover_item_ops xlog_bui_item_ops = {
fs/xfs/xfs_bmap_item.c
717
const struct xlog_recover_item_ops xlog_bud_item_ops = {
fs/xfs/xfs_buf_item_recover.c
1154
const struct xlog_recover_item_ops xlog_buf_item_ops = {
fs/xfs/xfs_dquot_item_recover.c
179
const struct xlog_recover_item_ops xlog_dquot_item_ops = {
fs/xfs/xfs_dquot_item_recover.c
212
const struct xlog_recover_item_ops xlog_quotaoff_item_ops = {
fs/xfs/xfs_exchmaps_item.c
577
const struct xlog_recover_item_ops xlog_xmi_item_ops = {
fs/xfs/xfs_exchmaps_item.c
608
const struct xlog_recover_item_ops xlog_xmd_item_ops = {
fs/xfs/xfs_extfree_item.c
1026
const struct xlog_recover_item_ops xlog_rtefd_item_ops = {
fs/xfs/xfs_extfree_item.c
890
const struct xlog_recover_item_ops xlog_efi_item_ops = {
fs/xfs/xfs_extfree_item.c
942
const struct xlog_recover_item_ops xlog_rtefi_item_ops = {
fs/xfs/xfs_extfree_item.c
985
const struct xlog_recover_item_ops xlog_efd_item_ops = {
fs/xfs/xfs_icreate_item.c
256
const struct xlog_recover_item_ops xlog_icreate_item_ops = {
fs/xfs/xfs_inode_item_recover.c
600
const struct xlog_recover_item_ops xlog_inode_item_ops = {
fs/xfs/xfs_log_recover.c
1803
static const struct xlog_recover_item_ops *xlog_recover_item_ops[] = {
fs/xfs/xfs_log_recover.c
1829
static const struct xlog_recover_item_ops *
fs/xfs/xfs_log_recover.c
1835
for (i = 0; i < ARRAY_SIZE(xlog_recover_item_ops); i++)
fs/xfs/xfs_log_recover.c
1836
if (ITEM_TYPE(item) == xlog_recover_item_ops[i]->item_type)
fs/xfs/xfs_log_recover.c
1837
return xlog_recover_item_ops[i];
fs/xfs/xfs_refcount_item.c
742
const struct xlog_recover_item_ops xlog_cui_item_ops = {
fs/xfs/xfs_refcount_item.c
797
const struct xlog_recover_item_ops xlog_rtcui_item_ops = {
fs/xfs/xfs_refcount_item.c
829
const struct xlog_recover_item_ops xlog_cud_item_ops = {
fs/xfs/xfs_refcount_item.c
859
const struct xlog_recover_item_ops xlog_rtcud_item_ops = {
fs/xfs/xfs_rmap_item.c
771
const struct xlog_recover_item_ops xlog_rui_item_ops = {
fs/xfs/xfs_rmap_item.c
826
const struct xlog_recover_item_ops xlog_rtrui_item_ops = {
fs/xfs/xfs_rmap_item.c
858
const struct xlog_recover_item_ops xlog_rud_item_ops = {
fs/xfs/xfs_rmap_item.c
888
const struct xlog_recover_item_ops xlog_rtrud_item_ops = {