Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_super.c803 kfree(mp->m_errortag); in xfs_mount_free()
2242 mp->m_errortag = kzalloc_objs(*mp->m_errortag, XFS_ERRTAG_MAX); in xfs_init_fs_context()
2243 if (!mp->m_errortag) { in xfs_init_fs_context()
H A Dxfs_mount.h337 unsigned int *m_errortag; member