Home
last modified time | relevance | path

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

12345678

/linux-6.15/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-6.15/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.c347 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 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-6.15/tools/testing/selftests/memfd/
H A Drun_fuse_test.sh6 rmdir ./mnt
15 rmdir ./mnt
/linux-6.15/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-6.15/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-6.15/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-6.15/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,
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 Dbinderfs_test.c83 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 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-6.15/tools/perf/trace/strace/groups/
H A Dfile15 rmdir
H A Dstring53 rmdir
/linux-6.15/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_hp.sh40 rmdir $CPUSET/$TDIR
H A Dtest_cpuset_v1_base.sh75 rmdir $CPUSET/$TDIR
/linux-6.15/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c245 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 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-6.15/include/linux/
H A Dtracefs.h103 int (*rmdir)(const char *name));
/linux-6.15/tools/tracing/rtla/tests/
H A Dengine.sh22 rmdir "$i"

12345678