Searched refs:fs_reentrant_mutex (Results 1 – 1 of 1) sorted by relevance
35 static struct k_mutex fs_reentrant_mutex[FF_VOLUMES + 1]; variable43 return (int)(k_mutex_init(&fs_reentrant_mutex[vol]) == 0); in ff_mutex_create()61 return (int)(k_mutex_lock(&fs_reentrant_mutex[vol], FF_FS_TIMEOUT) == 0); in ff_mutex_take()69 k_mutex_unlock(&fs_reentrant_mutex[vol]); in ff_mutex_give()