Lines Matching defs:last_mounted
46 char last_mounted[MAXPARTITIONS][MOUNTLEN];
280 strlcpy(parts->last_mounted[part], lm,
281 sizeof(parts->last_mounted[part]));
286 parts->last_mounted[part]);
785 if (parts->last_mounted[part][0] != 0)
786 info->last_mounted = parts->last_mounted[part];
859 if (info->last_mounted != NULL &&
860 info->last_mounted != parts->last_mounted[part])
861 strlcpy(parts->last_mounted[part],
862 info->last_mounted,
863 sizeof(parts->last_mounted[part]));
1161 if (data.last_mounted && data.last_mounted[0])
1162 strlcpy(parts->last_mounted[part], data.last_mounted,
1163 sizeof(parts->last_mounted[part]));
1165 parts->last_mounted[part][0] = 0;
1230 if (info->last_mounted && info->last_mounted[0])
1231 strlcpy(parts->last_mounted[part], info->last_mounted,
1232 sizeof(parts->last_mounted[part]));
1234 parts->last_mounted[part][0] = 0;