Searched refs:min_logfsbs (Results 1 – 3 of 3) sorted by relevance
1268 xfs_extlen_t min_logfsbs; in xfs_growfs_check_rtgeom() local1285 min_logfsbs = min_t(xfs_extlen_t, xfs_log_calc_minimum_size(nmp), in xfs_growfs_check_rtgeom()1288 trace_xfs_growfs_check_rtgeom(mp, min_logfsbs); in xfs_growfs_check_rtgeom()1290 if (min_logfsbs > mp->m_sb.sb_logblocks) in xfs_growfs_check_rtgeom()
542 int min_logfsbs; in xfs_log_mount() local581 min_logfsbs = xfs_log_calc_minimum_size(mp); in xfs_log_mount()582 if (mp->m_sb.sb_logblocks < min_logfsbs) { in xfs_log_mount()585 mp->m_sb.sb_logblocks, min_logfsbs); in xfs_log_mount()
5877 TP_PROTO(const struct xfs_mount *mp, unsigned int min_logfsbs),5878 TP_ARGS(mp, min_logfsbs),5882 __field(unsigned int, min_logfsbs)5887 __entry->min_logfsbs = min_logfsbs;5892 __entry->min_logfsbs)