Searched refs:m_logbsize (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_super.c197 if (mp->m_logbsize > 0)
198 seq_printf(m, ",logbsize=%dk", mp->m_logbsize >> 10);
985 if (mp->m_logbsize <= 0 &&
987 mp->m_logbsize = mp->m_sb.sb_logsunit;
988 } else if (mp->m_logbsize > 0 &&
989 mp->m_logbsize < mp->m_sb.sb_logsunit) {
996 if (mp->m_logbsize > XLOG_BIG_RECORD_BSIZE) {
1262 if (suffix_kstrtoint(param->string, 10, &parsing_mp->m_logbsize))
1449 if (mp->m_logbsize != -1 &&
1450 mp->m_logbsize !
[all...]
H A Dxfs_mount.h148 int m_logbsize; /* size of each log buffer */ member in struct:xfs_mount
H A Dxfs_log.c1425 if (mp->m_logbsize <= 0)
1426 mp->m_logbsize = XLOG_BIG_RECORD_BSIZE;
1429 log->l_iclog_size = mp->m_logbsize;
1435 DIV_ROUND_UP(mp->m_logbsize, XLOG_HEADER_CYCLE_SIZE);
H A Dxfs_log_recover.c3013 if (h_len > h_size && h_len <= log->l_mp->m_logbsize &&
3017 h_size, log->l_mp->m_logbsize);
3018 h_size = log->l_mp->m_logbsize;

Completed in 179 milliseconds