Searched refs:XLOG_HEADER_MAGIC_NUM (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_log_priv.h | 49 #define XLOG_HEADER_MAGIC_NUM 0xFEEDbabe /* Invalid cycle number */ macro 92 (INT_GET(*(uint *)(ptr), arch) == XLOG_HEADER_MAGIC_NUM ? \
|
D | xfs_log_recover.c | 232 ASSERT(INT_GET(head->h_magicno, ARCH_CONVERT) == XLOG_HEADER_MAGIC_NUM); in xlog_header_check_recover() 265 ASSERT(INT_GET(head->h_magicno, ARCH_CONVERT) == XLOG_HEADER_MAGIC_NUM); in xlog_header_check_mount() 467 if (XLOG_HEADER_MAGIC_NUM == in xlog_find_verify_log_record() 844 if (XLOG_HEADER_MAGIC_NUM == in xlog_find_tail() 861 if (XLOG_HEADER_MAGIC_NUM == in xlog_find_tail() 1109 INT_SET(recp->h_magicno, ARCH_CONVERT, XLOG_HEADER_MAGIC_NUM); in xlog_add_record() 3498 XLOG_HEADER_MAGIC_NUM))) { in xlog_valid_rec_header()
|
D | xfs_log.c | 1226 INT_SET(head->h_magicno, ARCH_CONVERT, XLOG_HEADER_MAGIC_NUM); in xlog_alloc_log() 1504 if (INT_GET(*(uint *)dptr, ARCH_CONVERT) == XLOG_HEADER_MAGIC_NUM) in xlog_sync() 2780 if (log->l_curr_cycle == XLOG_HEADER_MAGIC_NUM) in xlog_state_switch_iclogs() 3335 if (INT_GET(*(uint *)ptr, ARCH_CONVERT) != XLOG_HEADER_MAGIC_NUM) in xlog_verify_iclog() 3340 if (INT_GET(*(uint *)ptr, ARCH_CONVERT) == XLOG_HEADER_MAGIC_NUM) in xlog_verify_iclog()
|