Searched refs:XLOG_HEADER_CYCLE_SIZE (Results 1 – 3 of 3) sorted by relevance
33 #define XLOG_HEADER_CYCLE_SIZE (32*1024) /* cycle data in header */ macro172 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];181 __be32 xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /* : 256 */
1236 DIV_ROUND_UP(mp->m_logbsize, XLOG_HEADER_CYCLE_SIZE); in xlog_get_iclog_buffer_size()1578 if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) in xlog_pack_data()1589 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()1590 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()1627 xheads = DIV_ROUND_UP(size, XLOG_HEADER_CYCLE_SIZE); in xlog_cksum()3609 if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) { in xlog_verify_iclog()3610 j = idx / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_verify_iclog()3611 k = idx % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_verify_iclog()3633 if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) { in xlog_verify_iclog()3634 j = idx / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_verify_iclog()[all …]
381 h_size > XLOG_HEADER_CYCLE_SIZE) in xlog_logrec_hblks()382 return DIV_ROUND_UP(h_size, XLOG_HEADER_CYCLE_SIZE); in xlog_logrec_hblks()2803 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) { in xlog_unpack_data()2811 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()2812 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()