Lines Matching refs:xfs_globals
93 xfs_globals.bug_on_assert = true; in bug_on_assert_store()
95 xfs_globals.bug_on_assert = false; in bug_on_assert_store()
107 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.bug_on_assert ? 1 : 0); in bug_on_assert_show()
127 xfs_globals.log_recovery_delay = val; in log_recovery_delay_store()
137 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.log_recovery_delay); in log_recovery_delay_show()
157 xfs_globals.mount_delay = val; in mount_delay_store()
167 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.mount_delay); in mount_delay_show()
179 ret = kstrtobool(buf, &xfs_globals.always_cow); in always_cow_store()
190 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.always_cow); in always_cow_show()
216 xfs_globals.pwork_threads = val; in pwork_threads_store()
226 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.pwork_threads); in pwork_threads_show()