Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_sysctl.h86 int mount_delay; /* mount setup delay (secs) */ member
H A Dxfs_sysfs.c162 xfs_globals.mount_delay = val; in mount_delay_store()
172 return sysfs_emit(buf, "%d\n", xfs_globals.mount_delay); in mount_delay_show()
174 XFS_SYSFS_ATTR_RW(mount_delay);
321 ATTR_LIST(mount_delay),
H A Dxfs_super.c1745 if (xfs_globals.mount_delay) { in xfs_fs_fill_super()
1747 xfs_globals.mount_delay); in xfs_fs_fill_super()
1748 msleep(xfs_globals.mount_delay * 1000); in xfs_fs_fill_super()