Lines Matching refs:io_type

389 #define MONITOR_RW_COUNTER(io_type, counter)		\  argument
390 ((io_type == BUF_IO_READ) \
5783 enum buf_io_fix io_type)/*!< in: io_fix types */ in buf_page_monitor() argument
5793 ut_a(io_type == BUF_IO_READ || io_type == BUF_IO_WRITE); in buf_page_monitor()
5812 io_type, MONITOR_INDEX_IBUF_LEAF_PAGE); in buf_page_monitor()
5815 io_type, in buf_page_monitor()
5821 io_type, MONITOR_INDEX_LEAF_PAGE); in buf_page_monitor()
5824 io_type, MONITOR_INDEX_NON_LEAF_PAGE); in buf_page_monitor()
5830 counter = MONITOR_RW_COUNTER(io_type, MONITOR_UNDO_LOG_PAGE); in buf_page_monitor()
5834 counter = MONITOR_RW_COUNTER(io_type, MONITOR_INODE_PAGE); in buf_page_monitor()
5838 counter = MONITOR_RW_COUNTER(io_type, in buf_page_monitor()
5843 counter = MONITOR_RW_COUNTER(io_type, in buf_page_monitor()
5848 counter = MONITOR_RW_COUNTER(io_type, MONITOR_SYSTEM_PAGE); in buf_page_monitor()
5852 counter = MONITOR_RW_COUNTER(io_type, MONITOR_TRX_SYSTEM_PAGE); in buf_page_monitor()
5856 counter = MONITOR_RW_COUNTER(io_type, MONITOR_FSP_HDR_PAGE); in buf_page_monitor()
5860 counter = MONITOR_RW_COUNTER(io_type, MONITOR_XDES_PAGE); in buf_page_monitor()
5864 counter = MONITOR_RW_COUNTER(io_type, MONITOR_BLOB_PAGE); in buf_page_monitor()
5868 counter = MONITOR_RW_COUNTER(io_type, MONITOR_ZBLOB_PAGE); in buf_page_monitor()
5872 counter = MONITOR_RW_COUNTER(io_type, MONITOR_ZBLOB2_PAGE); in buf_page_monitor()
5876 counter = MONITOR_RW_COUNTER(io_type, MONITOR_OTHER_PAGE); in buf_page_monitor()
6026 enum buf_io_fix io_type; in buf_page_io_complete() local
6038 io_type = buf_page_get_io_fix(bpage); in buf_page_io_complete()
6039 ut_ad(io_type == BUF_IO_READ || io_type == BUF_IO_WRITE); in buf_page_io_complete()
6043 if (io_type == BUF_IO_READ) { in buf_page_io_complete()
6229 buf_page_monitor(bpage, io_type); in buf_page_io_complete()
6231 if (io_type == BUF_IO_READ) { in buf_page_io_complete()
6277 io_type == BUF_IO_READ ? "read" : "wrote", in buf_page_io_complete()