| /linux-6.15/tools/testing/selftests/ftrace/test.d/instances/ |
| H A D | instance-event.tc | 7 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 D | instance.tc | 7 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-6.15/tools/testing/selftests/mm/ |
| H A D | hugetlb_reparenting_test.sh | 55 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 D | charge_reserved_hugetlb.sh | 57 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 D | split_huge_page_test.c | 347 rmdir(tmpfs_loc); in split_file_backed_thp() 351 status = rmdir(tmpfs_loc); in split_file_backed_thp() 363 rmdir(tmpfs_loc); in split_file_backed_thp() 391 status = rmdir(thp_fs_loc); in cleanup_thp_fs()
|
| /linux-6.15/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | fgraph-multi.tc | 18 rmdir $INSTANCE1 22 rmdir $INSTANCE2 26 rmdir $INSTANCE3 33 rmdir $INSTANCE1
|
| H A D | fgraph-multi-filter.tc | 17 rmdir $INSTANCE1 21 rmdir $INSTANCE2 28 rmdir $INSTANCE1
|
| /linux-6.15/tools/testing/selftests/memfd/ |
| H A D | run_fuse_test.sh | 6 rmdir ./mnt 15 rmdir ./mnt
|
| /linux-6.15/tools/power/pm-graph/ |
| H A D | Makefile | 69 rmdir $(DESTDIR)$(LIBDIR)/pm-graph/config; \ 73 rmdir $(DESTDIR)$(LIBDIR)/pm-graph/__pycache__; \ 77 rmdir $(DESTDIR)$(LIBDIR)/pm-graph; \
|
| H A D | install_latest_from_github.sh | 18 rmdir $OUT
|
| /linux-6.15/Documentation/usb/ |
| H A D | gadget_configfs.rst | 251 $ 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-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_bpffs.c | 142 rmdir(TDIR "/fs1"); in fn() 143 rmdir(TDIR "/fs2"); in fn() 145 rmdir(TDIR); in fn()
|
| H A D | pinning.c | 161 err = rmdir(custpath); in test_pinning() 230 err = rmdir(custpath); in test_pinning() 277 rmdir(custpath); in test_pinning()
|
| /linux-6.15/fs/tracefs/ |
| H A D | inode.c | 94 int (*rmdir)(const char *name); member 166 ret = tracefs_ops.rmdir(name); in tracefs_syscall_rmdir() 252 .rmdir = tracefs_syscall_rmdir, 746 int (*rmdir)(const char *name)) in tracefs_create_instance_dir() 751 if (WARN_ON(tracefs_ops.mkdir || tracefs_ops.rmdir)) in tracefs_create_instance_dir() 759 tracefs_ops.rmdir = rmdir; in tracefs_create_instance_dir()
|
| /linux-6.15/tools/testing/selftests/filesystems/binderfs/ |
| H A D | binderfs_test.c | 83 goto rmdir; in __do_binderfs_test() 178 rmdir: in __do_binderfs_test() 179 ret = rmdir(binderfs_mntpt); in __do_binderfs_test() 450 rmdir(binderfs_mntpt); in TEST()
|
| /linux-6.15/tools/testing/selftests/gpio/ |
| H A D | gpio-sim.sh | 34 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-6.15/tools/perf/trace/strace/groups/ |
| H A D | file | 15 rmdir
|
| H A D | string | 53 rmdir
|
| /linux-6.15/tools/testing/selftests/cgroup/ |
| H A D | test_cpuset_prs.sh | 114 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 D | test_cpuset_v1_hp.sh | 40 rmdir $CPUSET/$TDIR
|
| H A D | test_cpuset_v1_base.sh | 75 rmdir $CPUSET/$TDIR
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | cgroup_helpers.c | 245 if ((fileflags & FTW_D) && rmdir(filename)) in nftwfunc() 390 if (rmdir(cgroup_path)) in remove_cgroup() 543 if (rmdir(NETCLS_MOUNT_PATH)) { in setup_classid_environment()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | configfs.rst | 30 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-6.15/include/linux/ |
| H A D | tracefs.h | 103 int (*rmdir)(const char *name));
|
| /linux-6.15/tools/tracing/rtla/tests/ |
| H A D | engine.sh | 22 rmdir "$i"
|