Home
last modified time | relevance | path

Searched refs:xfs_globals (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/fs/xfs/
Dxfs_sysctl.h83 struct xfs_globals { struct
92 extern struct xfs_globals xfs_globals; argument
Dxfs_sysfs.c94 xfs_globals.bug_on_assert = true; in bug_on_assert_store()
96 xfs_globals.bug_on_assert = false; in bug_on_assert_store()
108 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.bug_on_assert ? 1 : 0); in bug_on_assert_show()
128 xfs_globals.log_recovery_delay = val; in log_recovery_delay_store()
138 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.log_recovery_delay); in log_recovery_delay_show()
158 xfs_globals.mount_delay = val; in mount_delay_store()
168 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.mount_delay); in mount_delay_show()
180 ret = kstrtobool(buf, &xfs_globals.always_cow); in always_cow_store()
191 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.always_cow); in always_cow_show()
217 xfs_globals.pwork_threads = val; in pwork_threads_store()
[all …]
Dxfs_globals.c34 struct xfs_globals xfs_globals = { variable
Dxfs_pwork.c69 if (xfs_globals.pwork_threads >= 0) in xfs_pwork_init()
70 nr_threads = xfs_globals.pwork_threads; in xfs_pwork_init()
Dxfs_message.c109 if (xfs_globals.bug_on_assert) in assfail()
DMakefile75 xfs_globals.o \
Dxfs_super.c1441 if (xfs_globals.mount_delay) { in xfs_fs_fill_super()
1443 xfs_globals.mount_delay); in xfs_fs_fill_super()
1444 msleep(xfs_globals.mount_delay * 1000); in xfs_fs_fill_super()
1635 if (xfs_globals.always_cow) { in xfs_fs_fill_super()
Dxfs_log_recover.c3435 if (xfs_globals.log_recovery_delay) { in xlog_recover()
3438 xfs_globals.log_recovery_delay); in xlog_recover()
3439 msleep(xfs_globals.log_recovery_delay * 1000); in xlog_recover()