rbd_invalidate_cache

Function rbd_invalidate_cache 

Source
pub unsafe extern "C" fn rbd_invalidate_cache(
    image: rbd_image_t,
) -> c_int
Expand description

Drop any cached data for an image

ยงArguments

  • image the image to invalidate cached data for @returns 0 on success, negative error code on failure