Function gfapi_sys::glfs::glfs_fini [] [src]

pub unsafe extern "C" fn glfs_fini(fs: *mut glfs_t) -> c_int

This function attempts to gracefully destroy glfs_t object. An attempt is made to wait for all background processing to complete before returning. glfs_fini() must be called after all operations on glfs_t is finished.