m_stat             90 xfs/xfs_locl.h #define mnt_stat m_stat
m_stat            168 xfs/xfs_vfsops-common.c     MALLOC(mp->m_stat.f_mntonname, char *, strlen(path) + 1, 
m_stat            170 xfs/xfs_vfsops-common.c     strcpy(mp->m_stat.f_mntonname, path);
m_stat            172 xfs/xfs_vfsops-common.c     MALLOC(mp->m_stat.f_mntfromname, char *, sizeof("arla"),
m_stat            174 xfs/xfs_vfsops-common.c     strcpy(mp->m_stat.f_mntfromname, "arla");