Home
last modified time | relevance | path

Searched refs:OsVfsUmount (Results 1 – 3 of 3) sorted by relevance

/kernel/uniproton/src/fs/vfs/
Dvfs_mount.h45 S32 OsVfsUmount(const char *target);
Dvfs_mount.c213 S32 OsVfsUmount(const char *target) in OsVfsUmount() function
/kernel/uniproton/src/fs/
Dfs.c208 return OsVfsUmount(target); in umount()