Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_log_format.h33 #define XLOG_HEADER_CYCLE_SIZE (32*1024) /* cycle data in header */ macro
169 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];
178 __be32 xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /* : 256 */
/Linux-v5.15/fs/xfs/
Dxfs_log.c1417 DIV_ROUND_UP(mp->m_logbsize, XLOG_HEADER_CYCLE_SIZE); in xlog_get_iclog_buffer_size()
1760 if (i >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) in xlog_pack_data()
1771 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1772 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_pack_data()
1809 xheads = DIV_ROUND_UP(size, XLOG_HEADER_CYCLE_SIZE); in xlog_cksum()
3787 if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) { in xlog_verify_iclog()
3788 j = idx / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_verify_iclog()
3789 k = idx % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_verify_iclog()
3811 if (idx >= (XLOG_HEADER_CYCLE_SIZE / BBSIZE)) { in xlog_verify_iclog()
3812 j = idx / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_verify_iclog()
[all …]
Dxfs_log_recover.c382 h_size > XLOG_HEADER_CYCLE_SIZE) in xlog_logrec_hblks()
383 return DIV_ROUND_UP(h_size, XLOG_HEADER_CYCLE_SIZE); in xlog_logrec_hblks()
2833 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) { in xlog_unpack_data()
2841 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()
2842 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE); in xlog_unpack_data()