Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_globals.c37 .mount_delay = 0, /* no delay by default */
H A Dxfs_sysctl.h91 int mount_delay; /* mount setup delay (secs) */ member
H A Dxfs_sysfs.c160 xfs_globals.mount_delay = val; in mount_delay_store()
170 return sysfs_emit(buf, "%d\n", xfs_globals.mount_delay); in mount_delay_show()
172 XFS_SYSFS_ATTR_RW(mount_delay);
319 ATTR_LIST(mount_delay),
H A Dxfs_super.c1661 if (xfs_globals.mount_delay) { in xfs_fs_fill_super()
1663 xfs_globals.mount_delay); in xfs_fs_fill_super()
1664 msleep(xfs_globals.mount_delay * 1000); in xfs_fs_fill_super()