Searched refs:xfs_infop (Results 1 – 1 of 1) sorted by relevance
476 struct proc_xfs_info *xfs_infop; in xfs_showargs() local478 for (xfs_infop = xfs_info_set; xfs_infop->flag; xfs_infop++) { in xfs_showargs()479 if (mp->m_flags & xfs_infop->flag) in xfs_showargs()480 seq_puts(m, xfs_infop->str); in xfs_showargs()482 for (xfs_infop = xfs_info_unset; xfs_infop->flag; xfs_infop++) { in xfs_showargs()483 if (!(mp->m_flags & xfs_infop->flag)) in xfs_showargs()484 seq_puts(m, xfs_infop->str); in xfs_showargs()