Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_super.c210 if (mp->m_logbsize > 0) in xfs_fs_show_options()
211 seq_printf(m, ",logbsize=%dk", mp->m_logbsize >> 10); in xfs_fs_show_options()
938 if (mp->m_logbsize <= 0 && in xfs_finish_flags()
940 mp->m_logbsize = mp->m_sb.sb_logsunit; in xfs_finish_flags()
941 } else if (mp->m_logbsize > 0 && in xfs_finish_flags()
942 mp->m_logbsize < mp->m_sb.sb_logsunit) { in xfs_finish_flags()
949 if (mp->m_logbsize > XLOG_BIG_RECORD_BSIZE) { in xfs_finish_flags()
1203 if (suffix_kstrtoint(param->string, 10, &parsing_mp->m_logbsize)) in xfs_fs_parse_param()
1390 if (mp->m_logbsize != -1 && in xfs_fs_validate_params()
1391 mp->m_logbsize != 0 && in xfs_fs_validate_params()
[all …]
Dxfs_mount.h144 int m_logbsize; /* size of each log buffer */ member
Dxfs_log.c1407 if (mp->m_logbsize <= 0) in xlog_get_iclog_buffer_size()
1408 mp->m_logbsize = XLOG_BIG_RECORD_BSIZE; in xlog_get_iclog_buffer_size()
1411 log->l_iclog_size = mp->m_logbsize; in xlog_get_iclog_buffer_size()
1417 DIV_ROUND_UP(mp->m_logbsize, XLOG_HEADER_CYCLE_SIZE); in xlog_get_iclog_buffer_size()
Dxfs_log_recover.c3013 if (h_len > h_size && h_len <= log->l_mp->m_logbsize && in xlog_do_recovery_pass()
3017 h_size, log->l_mp->m_logbsize); in xlog_do_recovery_pass()
3018 h_size = log->l_mp->m_logbsize; in xlog_do_recovery_pass()