Home
last modified time | relevance | path

Searched defs:umount (Results 1 – 5 of 5) sorted by relevance

/kernel/uniproton/src/fs/vfs/
Dvfs_mount.h27 S32 (*umount)(struct TagMountPoint *mp); member
/kernel/liteos_m/components/fs/vfs/
Dvfs_mount.h49 int (*umount)(struct MountPoint *mp); member
Dvfs_mount.c309 int umount(const char *target) in umount() function
/kernel/uniproton/src/fs/
Dfs.c206 int umount(const char *target) in umount() function
/kernel/linux/linux-5.10/fs/
Dnamespace.c1768 SYSCALL_DEFINE2(umount, char __user *, name, int, flags) in SYSCALL_DEFINE2() argument