Home
last modified time | relevance | path

Searched refs:rmdir (Results 1 – 25 of 152) sorted by relevance

1234567

/linux/tools/testing/selftests/ftrace/test.d/instances/
H A Dinstance-event.tc7 rmdir foo 2>/dev/null
19 rmdir x
30 rmdir foo 2> /dev/null
71 rmdir foo
78 rmdir foo
92 rmdir x
93 rmdir y
94 rmdir z
133 rmdir x y z
H A Dinstance.tc7 rmdir x y z 2>/dev/null
19 rmdir x
32 rmdir x
33 rmdir y
34 rmdir z
73 rmdir x y z
/linux/tools/testing/selftests/mm/
H A Dhugetlb_reparenting_test.sh55 rmdir "$MNT" 2>/dev/null
56 rmdir "$CGROUP_ROOT"/a/b 2>/dev/null
57 rmdir "$CGROUP_ROOT"/a 2>/dev/null
58 rmdir "$CGROUP_ROOT"/test1 2>/dev/null
168 echo Test charge, rmdir, uncharge
176 echo rmdir
177 rmdir $CGROUP_ROOT/test1
202 rmdir "$CGROUP_ROOT"/a/b
225 rmdir "$CGROUP_ROOT"/a/b
H A Dcharge_reserved_hugetlb.sh57 rmdir /mnt/huge
60 rmdir $cgroup_path/hugetlb_cgroup_test
63 rmdir $cgroup_path/hugetlb_cgroup_test1
66 rmdir $cgroup_path/hugetlb_cgroup_test2
265 rmdir /mnt/huge
585 rmdir $cgroup_path
/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfgraph-multi.tc18 rmdir $INSTANCE1
22 rmdir $INSTANCE2
26 rmdir $INSTANCE3
33 rmdir $INSTANCE1
H A Dfgraph-multi-filter.tc17 rmdir $INSTANCE1
21 rmdir $INSTANCE2
28 rmdir $INSTANCE1
/linux/tools/testing/selftests/memfd/
H A Drun_fuse_test.sh6 rmdir ./mnt
15 rmdir ./mnt
/linux/tools/testing/selftests/gpio/
H A Dgpio-aggregator.sh43 find "$CHIP_DIR" -depth -type d -exec rmdir {} \;
72 find "$CONFIGFS_AGG_DIR/$CHIP/" -depth -type d -exec rmdir {} \; || \
87 rmdir "$CONFIGFS_AGG_DIR/$CHIP/$LINE"
133 find "$CHIP_DIR" -depth -type d -exec rmdir {} \;
480 rmdir "$CONFIGFS_AGG_DIR/agg0/line1" 2> /dev/null && fail "line unexpectedly removed"
520 rmdir "$CONFIGFS_AGG_DIR/_sysfs.0/line1" 2> /dev/null && fail "line unexpectedly removed"
547 rmdir "$CONFIGFS_AGG_DIR/_sysfs.0/line1" 2> /dev/null && fail "line unexpectedly removed"
589 rmdir "$CONFIGFS_AGG_DIR/_sysfs.0/line1" 2> /dev/null && fail "line unexpectedly removed"
H A Dgpio-sim.sh34 rmdir $CONFIGFS_DIR/$CHIP/$BANK/$LINE/hog || \
38 rmdir $CONFIGFS_DIR/$CHIP/$BANK/$LINE || \
43 rmdir $CONFIGFS_DIR/$CHIP/$BANK
46 rmdir $CONFIGFS_DIR/$CHIP || fail "Unable to remove the chip"
/linux/Documentation/usb/
H A Dgadget_configfs.rst251 $ rmdir configs/<config name>.<number>/strings/<lang>
255 $ rmdir configs/c.1/strings/0x409
263 $ rmdir configs/<config name>.<number>
267 rmdir configs/c.1
275 $ rmdir functions/<name>.<instance name>
279 $ rmdir functions/ncm.usb0
287 $ rmdir strings/<lang>
291 $ rmdir strings/0x409
296 $ rmdir <gadget name>
300 $ rmdir g1
/linux/tools/power/pm-graph/
H A DMakefile69 rmdir $(DESTDIR)$(LIBDIR)/pm-graph/config; \
73 rmdir $(DESTDIR)$(LIBDIR)/pm-graph/__pycache__; \
77 rmdir $(DESTDIR)$(LIBDIR)/pm-graph; \
H A Dinstall_latest_from_github.sh18 rmdir $OUT
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpffs.c142 rmdir(TDIR "/fs1"); in fn()
143 rmdir(TDIR "/fs2"); in fn()
145 rmdir(TDIR); in fn()
H A Dpinning.c161 err = rmdir(custpath); in test_pinning()
230 err = rmdir(custpath); in test_pinning()
277 rmdir(custpath); in test_pinning()
/linux/fs/tracefs/
H A Dinode.c94 int (*rmdir)(const char *name); member
166 ret = tracefs_ops.rmdir(name); in tracefs_syscall_rmdir()
252 .rmdir = tracefs_syscall_rmdir,
745 int (*rmdir)(const char *name)) in tracefs_create_instance_dir()
750 if (WARN_ON(tracefs_ops.mkdir || tracefs_ops.rmdir)) in tracefs_create_instance_dir()
758 tracefs_ops.rmdir = rmdir; in tracefs_create_instance_dir()
/linux/tools/perf/tests/
H A Dkallsyms-split.c59 rmdir(buf); in remove_proc_dir()
61 rmdir(root_dir); in remove_proc_dir()
/linux/tools/testing/selftests/filesystems/binderfs/
H A Dbinderfs_test.c84 goto rmdir; in __do_binderfs_test()
179 rmdir: in __do_binderfs_test()
180 ret = rmdir(binderfs_mntpt); in __do_binderfs_test()
451 rmdir(binderfs_mntpt); in TEST()
/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh114 rmdir A1/A2/A3 A1/A2 A1 B1 test/A1 test/B1 test > /dev/null 2>&1
115 rmdir rtest/p1/c11 rtest/p1/c12 rtest/p2/c21 \
620 rmdir $RESET_LIST > /dev/null 2>&1
1050 rmdir rtest
1116 [[ -d A1 ]] && rmdir A1
H A Dtest_cpuset_v1_base.sh75 rmdir $CPUSET/$TDIR
H A Dtest_cpuset_v1_hp.sh40 rmdir $CPUSET/$TDIR
/linux/tools/perf/trace/strace/groups/
H A Dfile15 rmdir
/linux/Documentation/filesystems/
H A Dconfigfs.rst30 mkdir(2). It is destroyed via rmdir(2). The attributes appear at
79 When an item needs to be destroyed, remove it with rmdir(2). An
129 Items are created by mkdir(2) and removed by rmdir(2), but configfs
309 Finally, when userspace calls rmdir(2) on the item or group,
318 drop_item() is void, and as such cannot fail. When rmdir(2)
337 is implemented in the configfs rmdir(2) code. ->drop_item() will not be
338 called, as the item has not been dropped. rmdir(2) will fail, as the
458 rmdir(2). They also are not considered when rmdir(2) on the parent
466 region item is removed with rmdir(2), the ocfs2 mount must BUG or go
472 depended on. configfs will then return -EBUSY from rmdir(2) for that
/linux/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c246 if ((fileflags & FTW_D) && rmdir(filename)) in nftwfunc()
411 if (rmdir(cgroup_path)) in remove_cgroup()
431 if (rmdir(cgroup_path)) in create_and_get_cgroup()
584 if (rmdir(NETCLS_MOUNT_PATH)) {
585 log_err("rmdir cgroup net_cls");
/linux/tools/perf/tests/shell/
H A Dperf-report-hierarchy.sh17 rmdir "${temp_dir}"
/linux/tools/testing/selftests/vfio/scripts/
H A Dcleanup.sh35 rmdir ${DEVICES_DIR}

1234567