Searched refs:xlog_recover (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_log_recover.h | 46 typedef struct xlog_recover { struct
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_log_recover.c | 1496 struct xlog_recover *trans, xlog_recover_reorder_trans() 3262 struct xlog_recover *trans, xlog_recover_commit_pass1() 3290 struct xlog_recover *trans, xlog_recover_commit_pass2() 3326 struct xlog_recover *trans, xlog_recover_items_pass2() 3352 struct xlog_recover *trans, xlog_recover_commit_trans() 3426 struct xlog_recover *trans, xlog_recover_add_to_cont_trans() 3482 struct xlog_recover *trans, xlog_recover_add_to_trans() 3564 struct xlog_recover *trans) xlog_recover_free_trans() 3588 struct xlog_recover *trans, xlog_recovery_process_trans() 3646 STATIC struct xlog_recover * xlog_recover_ophdr_to_trans() 3652 struct xlog_recover *trans; xlog_recover_ophdr_to_trans() 3676 trans = kmem_zalloc(sizeof(struct xlog_recover), KM_SLEEP); 3700 struct xlog_recover *trans; xlog_recover_process_ophdr() 4610 xlog_recover( xlog_recover() function
|
H A D | xfs_trace.h | 36 struct xlog_recover; 1962 TP_PROTO(struct xlog *log, struct xlog_recover *trans, 1996 TP_PROTO(struct xlog *log, struct xlog_recover *trans, \
|
H A D | xfs_log_priv.h | 424 xlog_recover(
|
H A D | xfs_log.c | 696 error = xlog_recover(mp->m_log); xfs_log_mount()
|
Completed in 245 milliseconds