mount_delay        37 fs/xfs/xfs_globals.c 	.mount_delay		=	0,	/* no delay by default */
mount_delay      1613 fs/xfs/xfs_super.c 	if (xfs_globals.mount_delay) {
mount_delay      1615 fs/xfs/xfs_super.c 			xfs_globals.mount_delay);
mount_delay      1616 fs/xfs/xfs_super.c 		msleep(xfs_globals.mount_delay * 1000);
mount_delay        89 fs/xfs/xfs_sysctl.h 	int	mount_delay;		/* mount setup delay (secs) */
mount_delay       157 fs/xfs/xfs_sysfs.c 	xfs_globals.mount_delay = val;
mount_delay       167 fs/xfs/xfs_sysfs.c 	return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.mount_delay);
mount_delay       169 fs/xfs/xfs_sysfs.c XFS_SYSFS_ATTR_RW(mount_delay);
mount_delay       234 fs/xfs/xfs_sysfs.c 	ATTR_LIST(mount_delay),