Searched refs:bug_on_assert (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_globals.c39 .bug_on_assert = true, /* assert failures BUG() */
41 .bug_on_assert = false, /* assert failures WARN() */
H A Dxfs_sysctl.h92 bool bug_on_assert; /* BUG() the kernel on assert failure */ member in struct:xfs_globals
H A Dxfs_message.c101 if (xfs_globals.bug_on_assert)
H A Dxfs_sysfs.c95 xfs_globals.bug_on_assert = true;
97 xfs_globals.bug_on_assert = false;
109 return sysfs_emit(buf, "%d\n", xfs_globals.bug_on_assert);
111 XFS_SYSFS_ATTR_RW(bug_on_assert); variable
316 ATTR_LIST(bug_on_assert),

Completed in 226 milliseconds