MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / adfUnMount

Function adfUnMount

dep/adflib/src/adf_disk.c:218–229  ·  view source on GitHub ↗

* * adfUnMount * * free bitmap structures * free current dir */

Source from the content-addressed store, hash-verified

216* free current dir
217*/
218void adfUnMount(struct Volume *vol)
219{
220 if (!vol) {
221 (*adfEnv.eFct)("adfUnMount : vol is null");
222 return;
223 }
224
225 adfFreeBitmap(vol);
226
227 vol->mounted = FALSE;
228
229}
230
231
232

Callers 1

~AdfMountMethod · 0.85

Calls 1

adfFreeBitmapFunction · 0.85

Tested by

no test coverage detected