FSVol_IsMounted()

CPU_BOOLEAN  FSVol_IsMounted (CPU_CHAR  *name_vol);

File

Called from

Code enabled by

fs_vol.c

Application

N/A

Determine whether a volume is mounted.

Arguments

name_vol

Volume name.

Returned Value

DEF_YES, if the volume is open and is mounted.

DEF_NO, if the volume is not open or is not mounted.

Notes/Warnings

None.