Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
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.pwork_threads = val; in pwork_threads_store()
[all …]
H A Dxfs_sysctl.h84 struct xfs_globals { struct
93 extern struct xfs_globals xfs_globals; argument
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 DMakefile75 xfs_globals.o \
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.c3411 if (xfs_globals.log_recovery_delay) { in xlog_recover()
3414 xfs_globals.log_recovery_delay); in xlog_recover()
3415 msleep(xfs_globals.log_recovery_delay * 1000); in xlog_recover()
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A D10-kernel-build_2025-06-06_01-57-58.log
H A Dbuild_2025-06-06_01-57-58.log
H A D10-kernel-build.log
H A Dbuild.log