Searched refs:magic_RCRD (Results 1 – 2 of 2) sorted by relevance
2623 if (rph && (rph->magic == magic_RCRD)) { in forward_rcrd()3065 if (best && (best->block.record.magic != magic_RCRD)) in best_start()3456 if (rph && (rph->magic == magic_RCRD) in backward_rcrd()3457 && (!prevrph || (prevrph->magic == magic_RCRD))) { in backward_rcrd()3627 case magic_RCRD : in walkback()3735 if (curbuf && (curbuf->block.record.magic == magic_RCRD)) { in find_latest_block()3739 && (curbuf->block.record.magic == magic_RCRD) in find_latest_block()3773 if (buf && (buf->block.record.magic == magic_RCRD)) { in block_sequence()3783 if (buf && (buf->block.record.magic == magic_RCRD)) { in block_sequence()3811 if (buf && (buf->block.record.magic == magic_RCRD)) { in block_sequence()[all …]
111 magic_RCRD = const_cpu_to_le32(0x44524352), /* Log record page. */ enumerator