Searched defs:getZfsTotal (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/solaris/
H A DPerformanceSolaris.cpp82 uint64_t getZfsTotal(uint64_t cbTotal, const char *szFsType, const char *szFsName);
479 uint64_t CollectorSolaris::getZfsTotal(uint64_t cbTotal, const char *szFsType, const char *szFsName) function in class:pm::CollectorSolaris
535 *total = (ULONG)(getZfsTotal(cbBlock * stats.f_blocks, stats.f_basetype, path) / _1M);

Completed in 34 milliseconds