Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_super.c171 struct proc_xfs_info *xfs_infop; in xfs_fs_show_options() local
173 for (xfs_infop = xfs_info_set; xfs_infop->flag; xfs_infop++) { in xfs_fs_show_options()
174 if (mp->m_flags & xfs_infop->flag) in xfs_fs_show_options()
175 seq_puts(m, xfs_infop->str); in xfs_fs_show_options()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_super.c180 struct proc_xfs_info *xfs_infop; in xfs_fs_show_options() local
182 for (xfs_infop = xfs_info_set; xfs_infop->flag; xfs_infop++) { in xfs_fs_show_options()
183 if (mp->m_features & xfs_infop->flag) in xfs_fs_show_options()
184 seq_puts(m, xfs_infop->str); in xfs_fs_show_options()

Completed in 5 milliseconds