Lines Matching refs:xfs_globals
95 xfs_globals.bug_on_assert = true; in bug_on_assert_store()
97 xfs_globals.bug_on_assert = false; in bug_on_assert_store()
109 return sysfs_emit(buf, "%d\n", xfs_globals.bug_on_assert); in bug_on_assert_show()
129 xfs_globals.log_recovery_delay = val; in log_recovery_delay_store()
139 return sysfs_emit(buf, "%d\n", xfs_globals.log_recovery_delay); in log_recovery_delay_show()
159 xfs_globals.mount_delay = val; in mount_delay_store()
169 return sysfs_emit(buf, "%d\n", xfs_globals.mount_delay); in mount_delay_show()
181 ret = kstrtobool(buf, &xfs_globals.always_cow); in always_cow_store()
192 return sysfs_emit(buf, "%d\n", xfs_globals.always_cow); in always_cow_show()
217 xfs_globals.pwork_threads = val; in pwork_threads_store()
227 return sysfs_emit(buf, "%d\n", xfs_globals.pwork_threads); in pwork_threads_show()
248 ret = kstrtobool(buf, &xfs_globals.larp); in larp_store()
259 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.larp); in larp_show()
276 xfs_globals.bload_leaf_slack = val; in bload_leaf_slack_store()
285 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.bload_leaf_slack); in bload_leaf_slack_show()
302 xfs_globals.bload_node_slack = val; in bload_node_slack_store()
311 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.bload_node_slack); in bload_node_slack_show()