Lines Matching refs:xfs_globals
96 xfs_globals.bug_on_assert = true; in bug_on_assert_store()
98 xfs_globals.bug_on_assert = false; in bug_on_assert_store()
110 return sysfs_emit(buf, "%d\n", xfs_globals.bug_on_assert); in bug_on_assert_show()
130 xfs_globals.log_recovery_delay = val; in log_recovery_delay_store()
140 return sysfs_emit(buf, "%d\n", xfs_globals.log_recovery_delay); in log_recovery_delay_show()
160 xfs_globals.mount_delay = val; in mount_delay_store()
170 return sysfs_emit(buf, "%d\n", xfs_globals.mount_delay); in mount_delay_show()
182 ret = kstrtobool(buf, &xfs_globals.always_cow); in always_cow_store()
193 return sysfs_emit(buf, "%d\n", xfs_globals.always_cow); in always_cow_show()
218 xfs_globals.pwork_threads = val; in pwork_threads_store()
228 return sysfs_emit(buf, "%d\n", xfs_globals.pwork_threads); in pwork_threads_show()
249 ret = kstrtobool(buf, &xfs_globals.larp); in larp_store()
260 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.larp); in larp_show()
277 xfs_globals.bload_leaf_slack = val; in bload_leaf_slack_store()
286 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.bload_leaf_slack); in bload_leaf_slack_show()
303 xfs_globals.bload_node_slack = val; in bload_node_slack_store()
312 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.bload_node_slack); in bload_node_slack_show()