Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_sysfs.c586 return sysfs_emit(buf, "%d\n", mp->m_fail_unmount); in fail_at_unmount_show()
606 mp->m_fail_unmount = val; in fail_at_unmount_store()
H A Dxfs_mount.h234 bool m_fail_unmount; member
H A Dxfs_mount.c894 mp->m_fail_unmount = true; in xfs_mountfs()
H A Dxfs_buf.c1065 if (xfs_is_unmounting(mp) && mp->m_fail_unmount) in xfs_buf_ioerror_permanent()