...
void FSVol_CacheInvalidate (CPU_CHAR *name_vol,
...
FS_ERR *p_err)
...
...
File |
...
...
Called from |
...
...
Code enabled by |
...
|
...
...
Application |
...
...
|
Anchor
Arguments
...
name_vol
Anchor
Volume name.
Anchor
p_err
anchorPointer to variable that will receive return error code from this function:
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_NONE
...
class | WebWorks_Indent_2 |
---|
...
...
Cache created.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_NAME_NULL
...
class | WebWorks_Indent_2 |
---|
...
‘name_vol
’ passed a NULL pointer.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_DEV_CHNGD
...
class | WebWorks_Indent_2 |
---|
...
...
Device has changed.
...
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_VOL_NO_CACHE
...
...
No cache assigned to volume.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_VOL_NOT_OPEN
...
...
class | WebWorks_Indent_2 |
---|
...
Volume not open.
...
class | WebWorks_Indent_1 |
---|
...
...
FS_ERR_VOL_NOT_MOUNTED
...
class | WebWorks_Indent_2 |
---|
...
Volume not mounted.
...
Returned Value
...
Notes/Warnings
...
None.