Home
last modified time | relevance | path

Searched refs:umount (Results 1 – 25 of 74) sorted by relevance

123

/linux-6.6.21/tools/testing/selftests/user_events/
Duser_events_selftests.h16 umount("/sys/kernel/tracing"); in tracefs_unmount()
19 static inline bool tracefs_enabled(char **message, bool *fail, bool *umount) in tracefs_enabled() argument
26 *umount = false; in tracefs_enabled()
46 *umount = true; in tracefs_enabled()
60 static inline bool user_events_enabled(char **message, bool *fail, bool *umount) in user_events_enabled() argument
67 *umount = false; in user_events_enabled()
75 if (!tracefs_enabled(message, fail, umount)) in user_events_enabled()
97 #define USER_EVENT_FIXTURE_SETUP(statement, umount) do { \ argument
100 if (!user_events_enabled(&message, &fail, &(umount))) { \
109 #define USER_EVENT_FIXTURE_TEARDOWN(umount) do { \ argument
[all …]
Ddyn_test.c147 bool umount; in FIXTURE() local
151 USER_EVENT_FIXTURE_SETUP(return, self->umount); in FIXTURE_SETUP()
155 USER_EVENT_FIXTURE_TEARDOWN(self->umount); in FIXTURE_TEARDOWN()
Dabi_test.c95 bool umount; in FIXTURE() local
99 USER_EVENT_FIXTURE_SETUP(return, self->umount); in FIXTURE_SETUP()
107 USER_EVENT_FIXTURE_TEARDOWN(self->umount); in FIXTURE_TEARDOWN()
Dperf_test.c114 bool umount; in FIXTURE() local
118 USER_EVENT_FIXTURE_SETUP(return, self->umount); in FIXTURE_SETUP()
125 USER_EVENT_FIXTURE_TEARDOWN(self->umount); in FIXTURE_TEARDOWN()
Dftrace_test.c207 bool umount; in FIXTURE() local
211 USER_EVENT_FIXTURE_SETUP(return, self->umount); in FIXTURE_SETUP()
223 USER_EVENT_FIXTURE_TEARDOWN(self->umount); in FIXTURE_TEARDOWN()
/linux-6.6.21/tools/testing/selftests/firmware/
Dfw_namespace.c35 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-6.6.21/tools/testing/selftests/filesystems/binderfs/
Dbinderfs_test.c95 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-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dtest_bpffs.c46 err = umount(TDIR); in fn()
136 umount(TDIR "/fs1"); in fn()
137 umount(TDIR "/fs2"); in fn()
140 umount(TDIR); in fn()
/linux-6.6.21/tools/testing/selftests/proc/
Dproc-multiple-procfs.c42 umount(procdir1); in main()
43 umount(procdir2); in main()
/linux-6.6.21/tools/testing/selftests/mm/
Dhugetlb_reparenting_test.sh53 umount "$MNT" 2>/dev/null
219 umount "$MNT"
243 umount "$MNT"
251 umount $CGROUP_ROOT
Dcharge_reserved_hugetlb.sh54 umount /mnt/huge || echo error
262 umount /mnt/huge
582 umount $cgroup_path
/linux-6.6.21/Documentation/power/
Dswsusp-dmcrypt.rst93 umount /mnt
109 umount /sys
111 umount /proc
115 umount -l /mnt
116 umount /proc
/linux-6.6.21/samples/bpf/
Drun_cookie_uid_helper_example.sh9 umount ${mnt_dir}
Dtest_cgrp2_sock.sh68 umount ${CGRP_MNT}
Dtest_cgrp2_sock2.sh50 umount /tmp/cgroupv2
Dtest_cgrp2_tc.sh54 [ "$MOUNT_CGRP2" == 'yes' ] && umount $CGRP2_ROOT
/linux-6.6.21/Documentation/filesystems/
Dautomount-support.rst85 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()
Dbfs.rst33 that modprobe is functioning. Beware that umount will not deallocate
47 # umount /stand
Dnilfs2.rst27 "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).
Dautofs-mount-control.rst23 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-6.6.21/tools/testing/selftests/filesystems/
Ddevpts_pts.c194 ret = umount("/dev/pts"); in verify_non_standard_devpts_mount()
201 (void)umount("/dev/ptmx"); in verify_non_standard_devpts_mount()
/linux-6.6.21/tools/testing/selftests/filesystems/fat/
Drun_fat_tests.sh73 sudo umount "${MNT_PATH}" &> /dev/null
/linux-6.6.21/tools/testing/selftests/bpf/
Dtest_flow_dissector.sh79 umount bpffs 2> /dev/null
/linux-6.6.21/tools/testing/selftests/zram/
Dzram_lib.sh56 umount /dev/zram$i
/linux-6.6.21/Documentation/admin-guide/device-mapper/
Dlog-writes.rst116 umount /mnt/btrfs-test
135 umount /mnt/btrfs-test

123