Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_sysfs.c158 xfs_globals.mount_delay = val; in mount_delay_store()
168 return sysfs_emit(buf, "%d\n", xfs_globals.mount_delay); in mount_delay_show()
170 XFS_SYSFS_ATTR_RW(mount_delay);
235 ATTR_LIST(mount_delay),
A Dxfs_globals.c36 .mount_delay = 0, /* no delay by default */
A Dxfs_sysctl.h88 int mount_delay; /* mount setup delay (secs) */ member
A Dxfs_super.c1442 if (xfs_globals.mount_delay) { in xfs_fs_fill_super()
1444 xfs_globals.mount_delay); in xfs_fs_fill_super()
1445 msleep(xfs_globals.mount_delay * 1000); in xfs_fs_fill_super()

Completed in 19 milliseconds