Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_sysctl.h86 int mount_delay; /* mount setup delay (secs) */ member
H A Dxfs_super.c1695 if (xfs_globals.mount_delay) { in xfs_fs_fill_super()
1697 xfs_globals.mount_delay); in xfs_fs_fill_super()
1698 msleep(xfs_globals.mount_delay * 1000); in xfs_fs_fill_super()