Searched refs:gsfs (Results 1 – 1 of 1) sorted by relevance
139 if (gsfs != NULL) { in statfs_init()140 free(gsfs); in statfs_init()141 gsfs = NULL; in statfs_init()146 gsfs = malloc(sizeof (gsfs[0]) * allfs * 2); in statfs_init()147 if (gsfs == NULL) in statfs_init()149 allfs = getfsstat(gsfs, (long)(sizeof (gsfs[0]) * allfs * 2), in statfs_init()153 sfs = realloc(gsfs, allfs * sizeof (gsfs[0])); in statfs_init()155 gsfs = sfs; in statfs_init()159 if (gsfs != NULL) in statfs_init()160 free(gsfs); in statfs_init()[all …]