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

Function dfs_unmount

components/dfs/dfs_v2/src/dfs_fs.c:500–503  ·  view source on GitHub ↗

for compatibility */

Source from the content-addressed store, hash-verified

498
499/* for compatibility */
500int dfs_unmount(const char *specialfile)
501{
502 return dfs_umount(specialfile, 0);
503}
504
505/**
506 * @brief Check if a mount point is mounted

Callers

nothing calls this directly

Calls 1

dfs_umountFunction · 0.85

Tested by

no test coverage detected