Searched refs:rmdir (Results 1 - 25 of 111) sorted by relevance

12345

/linux-master/tools/testing/selftests/memfd/
H A Drun_fuse_test.sh6 rmdir ./mnt
15 rmdir ./mnt
/linux-master/tools/testing/selftests/ftrace/test.d/instances/
H A Dinstance-event.tc7 rmdir foo 2>/dev/null
19 rmdir x
23 echo "instance rmdir not supported"
30 rmdir foo 2> /dev/null
71 rmdir foo
78 rmdir foo
92 rmdir x
93 rmdir y
94 rmdir z
133 rmdir
[all...]
H A Dinstance.tc7 rmdir x y z 2>/dev/null
19 rmdir x
23 echo "instance rmdir not supported"
32 rmdir x
33 rmdir y
34 rmdir z
73 rmdir x y z
/linux-master/tools/power/pm-graph/
H A Dinstall_latest_from_github.sh18 rmdir $OUT
H A DMakefile42 rmdir $(DESTDIR)$(PREFIX)/lib/pm-graph/config; \
46 rmdir $(DESTDIR)$(PREFIX)/lib/pm-graph/__pycache__; \
50 rmdir $(DESTDIR)$(PREFIX)/lib/pm-graph; \
/linux-master/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
179 echo Test charge, rmdir, uncharge
187 echo rmdir
188 rmdir $CGROUP_ROOT/test1
214 rmdir "$CGROUP_ROOT"/a/b
239 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
H A Dsplit_huge_page_test.c252 rmdir(tmpfs_loc);
256 status = rmdir(tmpfs_loc);
266 rmdir(tmpfs_loc);
293 status = rmdir(thp_fs_loc);
/linux-master/include/linux/
H A Dtracefs.h100 int (*rmdir)(const char *name));
/linux-master/tools/perf/tests/shell/
H A Dscript.sh21 rmdir "${temp_dir}"
H A Dtest_uprobe_from_different_cu.sh22 rmdir "${temp_dir}"
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpffs.c142 rmdir(TDIR "/fs1");
143 rmdir(TDIR "/fs2");
145 rmdir(TDIR);
H A Dpinning.c161 err = rmdir(custpath);
162 if (CHECK(err, "rmdir custpindir", "err %d errno %d\n", err, errno))
230 err = rmdir(custpath);
231 if (CHECK(err, "rmdir custpindir", "err %d errno %d\n", err, errno))
277 rmdir(custpath);
/linux-master/tools/testing/scatterlist/
H A DMakefile18 @rmdir asm
/linux-master/tools/bpf/bpftool/Documentation/
H A DMakefile6 RMDIR ?= rmdir --ignore-fail-on-non-empty
/linux-master/tools/usb/usbip/src/
H A Dusbip_detach.c80 rmdir(VHCI_STATE_PATH);
/linux-master/samples/bpf/
H A Dtest_cgrp2_tc.sh53 rmdir $CGRP2_TC_LEAF && rmdir $CGRP2_TC
H A Dtest_cgrp2_sock.sh56 rmdir ${CGRP_MNT}/sockopts
/linux-master/Documentation/tools/rtla/
H A DMakefile6 RMDIR ?= rmdir --ignore-fail-on-non-empty
/linux-master/Documentation/tools/rv/
H A DMakefile5 RMDIR ?= rmdir --ignore-fail-on-non-empty
/linux-master/fs/tracefs/
H A Dinode.c70 int (*rmdir)(const char *name); member in struct:tracefs_dir_ops
133 * The rmdir call can call the generic functions that create
135 * rmdir routine to handle races.
142 ret = tracefs_ops.rmdir(name);
205 .rmdir = tracefs_syscall_rmdir,
652 * @rmdir: The function to call when a rmdir is performed.
656 * The instances directory is special as it allows for mkdir and rmdir
657 * to be done by userspace. When a mkdir or rmdir is performed, the inode
658 * locks are released and the methods passed in (@mkdir and @rmdir) ar
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c245 if ((fileflags & FTW_D) && rmdir(filename))
390 if (rmdir(cgroup_path))
540 if (rmdir(NETCLS_MOUNT_PATH)) {
541 log_err("rmdir cgroup net_cls");
H A DMakefile.docs8 RMDIR ?= rmdir --ignore-fail-on-non-empty
/linux-master/tools/testing/selftests/filesystems/binderfs/
H A Dbinderfs_test.c83 goto rmdir;
178 rmdir:
179 ret = rmdir(binderfs_mntpt);
181 TH_LOG("%s - Failed to rmdir binderfs mount", strerror(errno));
450 rmdir(binderfs_mntpt);
/linux-master/tools/testing/selftests/gpio/
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"

Completed in 436 milliseconds

12345