Searched defs:xfs_mount (Results 1 – 4 of 4) sorted by relevance
21565 struct xfs_mount { struct21566 struct xfs_sb m_sb;21567 struct super_block *m_super;21568 struct xfs_ail *m_ail;21569 struct xfs_buf *m_sb_bp;21570 char *m_rtname;21571 char *m_logname;21572 struct xfs_da_geometry *m_dir_geo;21573 struct xfs_da_geometry *m_attr_geo;21574 struct xlog *m_log;[all …]
53486 struct xfs_mount { struct53487 struct xfs_sb m_sb;53488 struct super_block *m_super;53489 struct xfs_ail *m_ail;53490 struct xfs_buf *m_sb_bp;53491 char *m_rtname;53492 char *m_logname;53493 struct xfs_da_geometry *m_dir_geo;53494 struct xfs_da_geometry *m_attr_geo;53495 struct xlog *m_log;[all …]