[][src]Function rust_hdfs::hdfsGetUsed

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

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.