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

/linux-master/fs/xfs/
H A Dxfs_globals.c35 struct xfs_globals xfs_globals = { variable in typeref:struct:xfs_globals
H A Dxfs_sysctl.h83 struct xfs_globals { struct
95 extern struct xfs_globals xfs_globals;
H A Dxfs_pwork.c69 if (xfs_globals.pwork_threads >= 0)
70 nr_threads = xfs_globals.pwork_threads;
H A Dxfs_sysfs.c95 xfs_globals.bug_on_assert = true;
97 xfs_globals.bug_on_assert = false;
109 return sysfs_emit(buf, "%d\n", xfs_globals.bug_on_assert);
129 xfs_globals.log_recovery_delay = val;
139 return sysfs_emit(buf, "%d\n", xfs_globals.log_recovery_delay);
159 xfs_globals.mount_delay = val;
169 return sysfs_emit(buf, "%d\n", xfs_globals.mount_delay);
181 ret = kstrtobool(buf, &xfs_globals.always_cow);
192 return sysfs_emit(buf, "%d\n", xfs_globals.always_cow);
217 xfs_globals
[all...]
H A Dxfs_message.c101 if (xfs_globals.bug_on_assert)
H A DMakefile76 xfs_globals.o \
H A Dxfs_xattr.c88 return xfs_has_crc(mp) && xfs_globals.larp;
H A Dxfs_super.c1527 if (xfs_globals.mount_delay) {
1529 xfs_globals.mount_delay);
1530 msleep(xfs_globals.mount_delay * 1000);
1717 if (xfs_globals.always_cow) {
H A Dxfs_log_recover.c3439 if (xfs_globals.log_recovery_delay) {
3442 xfs_globals.log_recovery_delay);
3443 msleep(xfs_globals.log_recovery_delay * 1000);
/linux-master/fs/xfs/scrub/
H A Dnewbt.c52 * The xfs_globals values are set to -1 (i.e. take the bload defaults)
56 bload->leaf_slack = xfs_globals.bload_leaf_slack;
57 bload->node_slack = xfs_globals.bload_node_slack;

Completed in 178 milliseconds