...
Code Block | ||
---|---|---|
| ||
void FSVol_CacheInvalidate (CPU_CHAR *name_vol, |
...
FS_ERR *p_err) |
...
HTML Table | |
---|---|
summary | |
class | Plain_Table | Table Row (tr) | Table Cell (td) | Anchor | | 1111598 |
File |
---|
...
Called from |
---|
...
...
Code enabled by |
---|
...
...
|
...
Application |
...
...
|
Anchor
Arguments
...
name_vol
Volume name.
Anchor
p_err
Pointer 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
...
...
Device has changed.
...
class | WebWorks_Indent_1 |
---|
...
...
FS_ERR_VOL_NO_CACHE
...
class | WebWorks_Indent_2 |
---|
...
No cache assigned to volume.
...
...
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.