Function hdfsGetUsed

Source
pub unsafe extern "C" fn hdfsGetUsed(fs: hdfsFS) -> tOffset
Expand description

hdfsGetUsed - Return the total raw size of all files in the filesystem. @param fs The configured filesystem handle. @return Returns the total-size; -1 on error.