Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_sysfs.c98 xfs_globals.bug_on_assert = true; in bug_on_assert_store()
100 xfs_globals.bug_on_assert = false; in bug_on_assert_store()
112 return sysfs_emit(buf, "%d\n", xfs_globals.bug_on_assert); in bug_on_assert_show()
114 XFS_SYSFS_ATTR_RW(bug_on_assert);
319 ATTR_LIST(bug_on_assert),
H A Dxfs_sysctl.h87 bool bug_on_assert; /* BUG() the kernel on assert failure */ member