Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_rtalloc.c1174 xfs_extlen_t min_logfsbs; in xfs_growfs_check_rtgeom() local
1191 min_logfsbs = min_t(xfs_extlen_t, xfs_log_calc_minimum_size(nmp), in xfs_growfs_check_rtgeom()
1196 if (min_logfsbs > mp->m_sb.sb_logblocks) in xfs_growfs_check_rtgeom()
H A Dxfs_log.c591 int min_logfsbs; in xfs_log_mount() local
630 min_logfsbs = xfs_log_calc_minimum_size(mp); in xfs_log_mount()
631 if (mp->m_sb.sb_logblocks < min_logfsbs) { in xfs_log_mount()
634 mp->m_sb.sb_logblocks, min_logfsbs); in xfs_log_mount()
H A Dxfs_trace.h5653 TP_PROTO(const struct xfs_mount *mp, unsigned int min_logfsbs),
5654 TP_ARGS(mp, min_logfsbs),
5658 __field(unsigned int, min_logfsbs)
5663 __entry->min_logfsbs = min_logfsbs;
5668 __entry->min_logfsbs)