Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_sysctl.h95 struct xfs_globals { struct
98 extern struct xfs_globals xfs_globals; argument
Dxfs_globals.c47 struct xfs_globals xfs_globals = { variable
Dxfs_sysfs.c105 xfs_globals.log_recovery_delay = val; in log_recovery_delay_store()
115 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.log_recovery_delay); in log_recovery_delay_show()
DMakefile77 xfs_globals.o \
Dxfs_log_recover.c4672 if (xfs_globals.log_recovery_delay) { in xlog_recover()
4675 xfs_globals.log_recovery_delay); in xlog_recover()
4676 msleep(xfs_globals.log_recovery_delay * 1000); in xlog_recover()