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

/linux-master/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 in struct:xfs_globals
H A Dxfs_sysfs.c159 xfs_globals.mount_delay = val;
169 return sysfs_emit(buf, "%d\n", xfs_globals.mount_delay);
171 XFS_SYSFS_ATTR_RW(mount_delay); variable
318 ATTR_LIST(mount_delay),
H A Dxfs_super.c1527 if (xfs_globals.mount_delay) {
1529 xfs_globals.mount_delay);
1530 msleep(xfs_globals.mount_delay * 1000);

Completed in 126 milliseconds