Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_super.c184 struct proc_xfs_info *xfs_infop; in xfs_fs_show_options() local
186 for (xfs_infop = xfs_info_set; xfs_infop->flag; xfs_infop++) { in xfs_fs_show_options()
187 if (mp->m_features & xfs_infop->flag) in xfs_fs_show_options()
188 seq_puts(m, xfs_infop->str); in xfs_fs_show_options()