Home
last modified time | relevance | path

Searched refs:xfs_globals (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_sysfs.c95 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()
218 xfs_globals in pwork_threads_store()
[all...]
H A Dxfs_sysctl.h83 struct xfs_globals { struct
93 extern struct xfs_globals xfs_globals;
H A Dxfs_globals.c35 struct xfs_globals xfs_globals = { variable
H A Dxfs_pwork.c69 if (xfs_globals.pwork_threads >= 0) in xfs_pwork_init()
70 nr_threads = xfs_globals.pwork_threads; in xfs_pwork_init()
H A Dxfs_message.c101 if (xfs_globals.bug_on_assert) in assfail()
H A Dxfs_xattr.c88 return xfs_has_crc(mp) && xfs_globals.larp; in xfs_attr_want_log_assist()
H A Dxfs_super.c1536 if (xfs_globals.mount_delay) { in xfs_fs_fill_super()
1538 xfs_globals.mount_delay); in xfs_fs_fill_super()
1539 msleep(xfs_globals.mount_delay * 1000); in xfs_fs_fill_super()
1726 if (xfs_globals.always_cow) { in xfs_fs_fill_super()
H A Dxfs_log_recover.c3415 if (xfs_globals.log_recovery_delay) { in xlog_recover()
3418 xfs_globals.log_recovery_delay); in xlog_recover()
3419 msleep(xfs_globals.log_recovery_delay * 1000); in xlog_recover()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_sysctl.h84 struct xfs_globals { struct
93 extern struct xfs_globals xfs_globals;
H A Dxfs_sysfs.c93 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 in pwork_threads_store()
[all...]
H A Dxfs_globals.c35 struct xfs_globals xfs_globals = { variable
H A Dxfs_pwork.c68 if (xfs_globals.pwork_threads >= 0) in xfs_pwork_init()
69 nr_threads = xfs_globals.pwork_threads; in xfs_pwork_init()
H A Dxfs_message.c109 if (xfs_globals.bug_on_assert) in assfail()
H A Dxfs_super.c1439 if (xfs_globals.mount_delay) { in xfs_fc_fill_super()
1441 xfs_globals.mount_delay); in xfs_fc_fill_super()
1442 msleep(xfs_globals.mount_delay * 1000); in xfs_fc_fill_super()
1588 if (xfs_globals.always_cow) { in xfs_fc_fill_super()
H A Dxfs_log_recover.c3419 if (xfs_globals.log_recovery_delay) { in xlog_recover()
3422 xfs_globals.log_recovery_delay); in xlog_recover()
3423 msleep(xfs_globals.log_recovery_delay * 1000); in xlog_recover()

Completed in 17 milliseconds