Searched refs:fs_buf_count (Results 1 – 1 of 1) sorted by relevance
120 static size_t fs_buf_count; /* item count for fs_buf */ variable454 if (mounted_fs_count != (int)fs_buf_count || fs_buf == NULL) { in storage_OS_get_fs()455 fs_buf_count = mounted_fs_count; in storage_OS_get_fs()456 fs_buf = reallocf(fs_buf, fs_buf_count * sizeof(struct statfs)); in storage_OS_get_fs()458 fs_buf_count = 0; in storage_OS_get_fs()465 fs_buf_count * sizeof(struct statfs), MNT_NOWAIT)) < 0) { in storage_OS_get_fs()539 fs_buf_count = 0; in fini_storage_tbl()