/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | test_bpffs.c | 42 err = umount(TDIR); in fn() 71 umount(TDIR "/fs1"); in fn() 72 umount(TDIR "/fs2"); in fn() 75 umount(TDIR); in fn()
|
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/ |
D | fw_namespace.c | 35 umount("/lib/firmware"); in die() 97 umount("/lib/firmware"); in test_fw_in_ns() 112 umount("/lib/firmware"); in test_fw_in_ns() 150 umount("/lib/firmware"); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/binderfs/ |
D | binderfs_test.c | 91 goto umount; in __do_binderfs_test() 101 goto umount; in __do_binderfs_test() 114 goto umount; in __do_binderfs_test() 124 goto umount; in __do_binderfs_test() 135 goto umount; in __do_binderfs_test() 144 goto umount; in __do_binderfs_test() 149 goto umount; in __do_binderfs_test() 155 umount: in __do_binderfs_test()
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
D | proc-multiple-procfs.c | 42 umount(procdir1); in main() 43 umount(procdir2); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
D | hugetlb_reparenting_test.sh | 45 umount "$MNT" 2>/dev/null 211 umount "$MNT" 235 umount "$MNT" 243 umount $CGROUP_ROOT
|
D | charge_reserved_hugetlb.sh | 47 umount /mnt/huge || echo error 255 umount /mnt/huge 574 umount $cgroup_path
|
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
D | It_mnt_container_002.cpp | 47 ret = umount(USERDATA_DIR_NAME); in ChildFunc() 62 ret = umount(USERDATA_DIR_NAME); in ChildFunc()
|
D | It_mnt_container_004.cpp | 67 ret = umount(USERDATA_DIR_NAME); in ItMntContainer004() 86 ret = umount(USERDATA_DIR_NAME); in ItMntContainer004()
|
D | It_mnt_container_003.cpp | 68 ret = umount(USERDATA_DIR_NAME); in ItMntContainer003() 89 ret = umount(USERDATA_DIR_NAME); in ItMntContainer003()
|
D | It_mnt_container_007.cpp | 76 ret = umount(USERDATA_DIR_NAME); in ItMntContainer007() 95 ret = umount(USERDATA_DIR_NAME); in ItMntContainer007()
|
D | It_container_chroot_001.cpp | 82 ret = umount(USERDATA_DIR_NAME); in ItContainerChroot001() 101 ret = umount(USERDATA_DIR_NAME); in ItContainerChroot001()
|
D | It_mnt_container_005.cpp | 48 ret = umount(USERDATA_DIR_NAME); in MntContainerUnshare()
|
D | It_mnt_container_001.cpp | 47 ret = umount(USERDATA_DIR_NAME); in ChildFunc()
|
D | It_mnt_container_006.cpp | 56 ret = umount(USERDATA_DIR_NAME); in ChildFunc()
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | swsusp-dmcrypt.rst | 93 umount /mnt 109 umount /sys 111 umount /proc 115 umount -l /mnt 116 umount /proc
|
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/ |
D | mount.h | 54 int umount(const char *target);
|
/kernel/linux/linux-5.10/samples/bpf/ |
D | run_cookie_uid_helper_example.sh | 9 umount ${mnt_dir}
|
D | test_cgrp2_sock.sh | 66 umount ${CGRP_MNT}
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | automount-support.rst | 85 umount(). This flag is considered incompatible with MNT_FORCE and MNT_DETACH. 88 umount() or its parent mountpoint, an EBUSY error will be returned and the 97 Again, the expiration flag is cleared every time anything other than umount()
|
D | bfs.rst | 33 that modprobe is functioning. Beware that umount will not deallocate 47 # umount /stand
|
/kernel/liteos_m/components/fs/vfs/ |
D | vfs_mount.c | 309 int umount(const char *target) in umount() function 325 (mp->mFs->fsMops->umount == NULL)) { in umount() 329 ret = mp->mFs->fsMops->umount(mp); in umount()
|
D | vfs_mount.h | 49 int (*umount)(struct MountPoint *mp); member
|
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/ |
D | devpts_pts.c | 194 ret = umount("/dev/pts"); in verify_non_standard_devpts_mount() 201 (void)umount("/dev/ptmx"); in verify_non_standard_devpts_mount()
|
/kernel/uniproton/src/fs/vfs/ |
D | vfs_mount.h | 27 S32 (*umount)(struct TagMountPoint *mp); member
|
D | vfs_mount.c | 227 (mp->mFs->fsMops->umount == NULL)) { in OsVfsUmount() 232 ret = mp->mFs->fsMops->umount(mp); in OsVfsUmount()
|