Home
last modified time | relevance | path

Searched refs:mount_delay (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_globals.c38 .mount_delay = 0, /* no delay by default */
Dxfs_sysctl.h86 int mount_delay; /* mount setup delay (secs) */ member
Dxfs_sysfs.c172 xfs_globals.mount_delay = val; in mount_delay_store()
182 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.mount_delay); in mount_delay_show()
184 XFS_SYSFS_ATTR_RW(mount_delay);
189 ATTR_LIST(mount_delay),
Dxfs_super.c1612 if (xfs_globals.mount_delay) { in xfs_fs_fill_super()
1614 xfs_globals.mount_delay); in xfs_fs_fill_super()
1615 msleep(xfs_globals.mount_delay * 1000); in xfs_fs_fill_super()