Home
last modified time | relevance | path

Searched refs:umount2 (Results 1 – 25 of 33) sorted by relevance

12

/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dmount.h55 int umount2(const char *target, int flag);
/kernel/liteos_m/components/fs/vfs/
Dvfs_mount.c364 int umount2(const char *target, int flag) in umount2() function
377 (mp->mFs->fsMops->umount2 == NULL)) { in umount2()
386 ret = mp->mFs->fsMops->umount2(mp, flag); in umount2()
Dvfs_mount.h50 int (*umount2)(struct MountPoint *mp, int flag); member
/kernel/uniproton/src/fs/vfs/
Dvfs_mount.h28 S32 (*umount2)(struct TagMountPoint *mp, S32 flag); member
Dvfs_mount.c276 (mp->mFs->fsMops->umount2 == NULL)) { in OsVfsUmount2()
286 ret = mp->mFs->fsMops->umount2(mp, flag); in OsVfsUmount2()
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/binderfs/
Dbinderfs_test.c156 ret = umount2(binderfs_mntpt, MNT_DETACH); in __do_binderfs_test()
428 ret = umount2(binderfs_mntpt, MNT_DETACH); in TEST()
/kernel/uniproton/src/fs/
Dfs.c211 int umount2(const char *target, int flag) in umount2() function
/kernel/linux/linux-5.10/samples/seccomp/
Duser-trap.c348 if (umount2("/tmp/foo", MNT_DETACH) < 0 && errno != EINVAL) { in main()
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
Dpidfd_fdinfo_test.c235 (void)umount2("/proc", MNT_DETACH); in child_fdinfo_nspid_test()
Dpidfd_test.c202 (void)umount2("/proc", MNT_DETACH); in test_pidfd_send_signal_recycled_pid_fail()
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl171 161 n64 umount2 sys_umount
Dsyscall_n32.tbl171 161 n32 umount2 sys_umount
Dsyscall_o32.tbl64 52 o32 umount2 sys_umount
/kernel/liteos_m/components/fs/littlefs/
Dlfs_adapter.c675 .umount2 = NULL,
/kernel/linux/linux-5.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl32 20 common umount2 sys_umount
/kernel/uniproton/src/fs/littlefs/
Dlfs_adapter.c649 .umount2 = NULL,
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl177 166 common umount2 sys_umount
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl177 166 common umount2 sys_umount
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl188 171 common umount2 sys_umount
/kernel/linux/linux-5.10/arch/parisc/kernel/syscalls/
Dsyscall.tbl65 52 common umount2 sys_umount
/kernel/linux/linux-5.10/arch/microblaze/kernel/syscalls/
Dsyscall.tbl62 52 common umount2 sys_umount
/kernel/liteos_m/components/fs/fatfs/
Dfatfs.c966 .umount2 = FatfsUmount2,
/kernel/linux/linux-5.10/arch/sh/kernel/syscalls/
Dsyscall.tbl62 52 common umount2 sys_umount
/kernel/linux/linux-5.10/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl55 52 common umount2 sys_umount compat_sys_umount
/kernel/linux/linux-5.10/arch/m68k/kernel/syscalls/
Dsyscall.tbl62 52 common umount2 sys_umount

12