The ff_mutex_give function is for mutal exclusion control of file system object. It is called on the control leaves file API to unlock the volume.
void ff_mutex_give ( int vol /* [IN] Volume ID */ );
This function is required when FF_FS_REENTRANT = 1.