Searched refs:rm_ctx (Results 1 – 1 of 1) sorted by relevance
1215 ov_remove_ctx *rm_ctx = (ov_remove_ctx*) op->o_callback->sc_private; in overlay_remove_cb() local1218 rm_ctx->be.bd_info = (BackendInfo*) rm_ctx->on; in overlay_remove_cb()1220 if ( rm_ctx->on->on_bi.bi_db_close ) { in overlay_remove_cb()1221 rm_ctx->on->on_bi.bi_db_close( &rm_ctx->be, NULL ); in overlay_remove_cb()1223 if ( rm_ctx->on->on_bi.bi_db_destroy ) { in overlay_remove_cb()1224 rm_ctx->on->on_bi.bi_db_destroy( &rm_ctx->be, NULL ); in overlay_remove_cb()1228 if ( ! rm_ctx->on->on_info->oi_list ) { in overlay_remove_cb()1229 ch_free(rm_ctx->on->on_info); in overlay_remove_cb()1231 ch_free( rm_ctx->on ); in overlay_remove_cb()1241 ov_remove_ctx *rm_ctx; in overlay_remove() local[all …]