hdfs::native::hdfsGetUsed
[−]
[src]
pub unsafe extern fn hdfsGetUsed(fs: *const hdfsFS) -> tOffset
Return the total raw size of all files in the filesystem.
Params
fs
- The configured filesystem handle. #### Return Returns the total-size; -1 on error.