Searched refs:umount (Results 1 – 25 of 64) sorted by relevance
123
/linux-5.19.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()
|
/linux-5.19.10/tools/testing/selftests/filesystems/binderfs/ ! |
D | binderfs_test.c | 95 goto umount; in __do_binderfs_test() 105 goto umount; in __do_binderfs_test() 118 goto umount; in __do_binderfs_test() 128 goto umount; in __do_binderfs_test() 139 goto umount; in __do_binderfs_test() 148 goto umount; in __do_binderfs_test() 153 goto umount; in __do_binderfs_test() 165 goto umount; in __do_binderfs_test() 173 umount: in __do_binderfs_test()
|
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/ ! |
D | test_bpffs.c | 46 err = umount(TDIR); in fn() 136 umount(TDIR "/fs1"); in fn() 137 umount(TDIR "/fs2"); in fn() 140 umount(TDIR); in fn()
|
/linux-5.19.10/tools/testing/selftests/proc/ ! |
D | proc-multiple-procfs.c | 42 umount(procdir1); in main() 43 umount(procdir2); in main()
|
/linux-5.19.10/tools/testing/selftests/vm/ ! |
D | hugetlb_reparenting_test.sh | 53 umount "$MNT" 2>/dev/null 219 umount "$MNT" 243 umount "$MNT" 251 umount $CGROUP_ROOT
|
D | charge_reserved_hugetlb.sh | 54 umount /mnt/huge || echo error 262 umount /mnt/huge 582 umount $cgroup_path
|
D | run_vmtests.sh | 130 umount "$mnt"
|
/linux-5.19.10/Documentation/power/ ! |
D | swsusp-dmcrypt.rst | 93 umount /mnt 109 umount /sys 111 umount /proc 115 umount -l /mnt 116 umount /proc
|
/linux-5.19.10/samples/bpf/ ! |
D | run_cookie_uid_helper_example.sh | 9 umount ${mnt_dir}
|
D | test_cgrp2_sock.sh | 66 umount ${CGRP_MNT}
|
D | test_cgrp2_sock2.sh | 45 umount /tmp/cgroupv2
|
D | test_cgrp2_tc.sh | 54 [ "$MOUNT_CGRP2" == 'yes' ] && umount $CGRP2_ROOT
|
/linux-5.19.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
|
D | nilfs2.rst | 27 "mount.nilfs2", "umount.nilfs2", and "nilfs_cleanerd" (so called 183 # umount /dir 185 Then, the cleaner daemon is automatically shut down by the umount 186 helper program (umount.nilfs2).
|
D | autofs-mount-control.rst | 23 Currently autofs uses "umount -l" (lazy umount) to clear active mounts 24 at restart. While using lazy umount works for most cases, anything that 94 to mount and umount all of the offsets as a single unit. Not really a 155 expire in the daemon has become far to complex because umount 162 the daemon until we can't umount any more mounts, then return the
|
/linux-5.19.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()
|
/linux-5.19.10/tools/testing/selftests/resctrl/ ! |
D | resctrlfs.c | 69 if (!ret && mum_resctrlfs && umount(mountpoint)) in remount_resctrlfs() 88 if (umount(RESCTRL_PATH)) { in umount_resctrlfs()
|
D | README | 66 - teardown: umount resctrl and clear temporary files.
|
/linux-5.19.10/tools/testing/selftests/bpf/ ! |
D | test_flow_dissector.sh | 77 umount bpffs 2> /dev/null
|
/linux-5.19.10/tools/testing/selftests/zram/ ! |
D | zram_lib.sh | 56 umount /dev/zram$i
|
/linux-5.19.10/Documentation/admin-guide/device-mapper/ ! |
D | log-writes.rst | 116 umount /mnt/btrfs-test 135 umount /mnt/btrfs-test
|
/linux-5.19.10/Documentation/translations/zh_CN/admin-guide/ ! |
D | sysrq.rst | 188 ``umount(u)`` 可以用来标记文件系统正常卸载,从正在运行的系统角度来看,它们将
|
/linux-5.19.10/Documentation/admin-guide/cifs/ ! |
D | usage.rst | 94 umount shares they mount requires 119 the utility umount.cifs may be used. It may be invoked directly, or if 120 umount.cifs is placed in /sbin, umount can invoke the cifs umount helper 121 (at least for most versions of the umount utility) for umount of cifs 122 mounts, unless umount is invoked with -i (which will avoid invoking a umount 123 helper). As with mount.cifs, to enable user unmounts umount.cifs must be marked 124 as suid (e.g. ``chmod +s /sbin/umount.cifs``) or equivalent (some distributions
|
/linux-5.19.10/tools/perf/arch/powerpc/entry/syscalls/ ! |
D | syscall.tbl | 36 22 32 umount sys_oldumount 37 22 64 umount sys_ni_syscall 38 22 spu umount sys_ni_syscall
|
123