Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_log_format.h33 #define XLOG_HEADER_CYCLE_SIZE (32*1024) /* cycle data in header */ macro
173 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];
182 __be32 xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /* : 256 */
/linux-6.3-rc2/fs/xfs/
A Dxfs_log.c1469 DIV_ROUND_UP(mp->m_logbsize, XLOG_HEADER_CYCLE_SIZE); in xlog_get_iclog_buffer_size()
1809 if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) in xlog_pack_data()
1820 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1821 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1858 xheads = DIV_ROUND_UP(size, XLOG_HEADER_CYCLE_SIZE); in xlog_cksum()
3699 if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) { in xlog_verify_iclog()
3700 j = idx / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_verify_iclog()
3701 k = idx % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_verify_iclog()
3723 if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) { in xlog_verify_iclog()
3724 j = idx / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_verify_iclog()
[all …]
A Dxfs_log_recover.c375 h_size > XLOG_HEADER_CYCLE_SIZE) in xlog_logrec_hblks()
376 return DIV_ROUND_UP(h_size, XLOG_HEADER_CYCLE_SIZE); in xlog_logrec_hblks()
2827 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) { in xlog_unpack_data()
2835 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
2836 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()

Completed in 18 milliseconds