Home
last modified time | relevance | path

Searched refs:XLOG_HEADER_MAGIC_NUM (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_log_recover.c213 ASSERT(head->h_magicno == cpu_to_be32(XLOG_HEADER_MAGIC_NUM)); in xlog_header_check_recover()
244 ASSERT(head->h_magicno == cpu_to_be32(XLOG_HEADER_MAGIC_NUM)); in xlog_header_check_mount()
442 if (head->h_magicno == cpu_to_be32(XLOG_HEADER_MAGIC_NUM)) in xlog_find_verify_log_record()
791 if (*(__be32 *) offset == cpu_to_be32(XLOG_HEADER_MAGIC_NUM)) { in xlog_rseek_logrec_hdr()
811 cpu_to_be32(XLOG_HEADER_MAGIC_NUM)) { in xlog_rseek_logrec_hdr()
865 if (*(__be32 *) offset == cpu_to_be32(XLOG_HEADER_MAGIC_NUM)) { in xlog_seek_logrec_hdr()
884 cpu_to_be32(XLOG_HEADER_MAGIC_NUM)) { in xlog_seek_logrec_hdr()
1493 recp->h_magicno = cpu_to_be32(XLOG_HEADER_MAGIC_NUM); in xlog_add_record()
2960 rhead->h_magicno != cpu_to_be32(XLOG_HEADER_MAGIC_NUM))) in xlog_valid_rec_header()
H A Dxfs_log.c1420 cpu_to_be32(XLOG_HEADER_MAGIC_NUM); in xlog_alloc_log()
1656 if (++cycle == XLOG_HEADER_MAGIC_NUM) in xlog_split_iclog()
2728 if (log->l_curr_cycle == XLOG_HEADER_MAGIC_NUM) in xlog_state_switch_iclogs()
3250 if (rhead->h_magicno != cpu_to_be32(XLOG_HEADER_MAGIC_NUM)) in xlog_verify_iclog()
3255 if (*(__be32 *)ptr == cpu_to_be32(XLOG_HEADER_MAGIC_NUM)) in xlog_verify_iclog()
/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h26 #define XLOG_HEADER_MAGIC_NUM 0xFEEDbabe /* Invalid cycle number */ macro
65 if (be32_to_cpu(*(__be32 *)ptr) == XLOG_HEADER_MAGIC_NUM) in xlog_get_cycle()