xfs_infop 461 fs/xfs/xfs_super.c struct proc_xfs_info *xfs_infop; xfs_infop 463 fs/xfs/xfs_super.c for (xfs_infop = xfs_info_set; xfs_infop->flag; xfs_infop++) { xfs_infop 464 fs/xfs/xfs_super.c if (mp->m_flags & xfs_infop->flag) xfs_infop 465 fs/xfs/xfs_super.c seq_puts(m, xfs_infop->str); xfs_infop 467 fs/xfs/xfs_super.c for (xfs_infop = xfs_info_unset; xfs_infop->flag; xfs_infop++) { xfs_infop 468 fs/xfs/xfs_super.c if (!(mp->m_flags & xfs_infop->flag)) xfs_infop 469 fs/xfs/xfs_super.c seq_puts(m, xfs_infop->str);