MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / dfs_unlock

Function dfs_unlock

components/dfs/dfs_v2/src/dfs.c:175–178  ·  view source on GitHub ↗

* this function will unlock device file system. * * @note please don't invoke it on ISR. */

Source from the content-addressed store, hash-verified

173 * @note please don't invoke it on ISR.
174 */
175void dfs_unlock(void)
176{
177 rt_mutex_release(&fslock);
178}
179
180/** @addtogroup group_device_virtual_file_system
181 *

Callers 12

dfs_mnt_dev_lookupFunction · 0.70
dfs_mnt_lookupFunction · 0.70
dfs_mnt_unrefFunction · 0.70
dfs_mnt_get_mounted_pathFunction · 0.70
dfs_mnt_has_child_mntFunction · 0.70
dfs_mnt_listFunction · 0.70
dfs_mnt_foreachFunction · 0.70
chdirFunction · 0.70
setcwdFunction · 0.70
getcwdFunction · 0.70
dfs_remountFunction · 0.70
dfs_dentry_dumpFunction · 0.70

Calls 1

rt_mutex_releaseFunction · 0.85

Tested by

no test coverage detected