Searched refs:rmdir (Results 1 – 25 of 152) sorted by relevance
1234567
/Linux-v6.6/tools/testing/selftests/ftrace/test.d/instances/ |
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
|
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-v6.6/tools/testing/selftests/mm/ |
D | hugetlb_reparenting_test.sh | 54 rmdir "$MNT" 2>/dev/null 55 rmdir "$CGROUP_ROOT"/a/b 2>/dev/null 56 rmdir "$CGROUP_ROOT"/a 2>/dev/null 57 rmdir "$CGROUP_ROOT"/test1 2>/dev/null 178 echo Test charge, rmdir, uncharge 186 echo rmdir 187 rmdir $CGROUP_ROOT/test1 213 rmdir "$CGROUP_ROOT"/a/b 238 rmdir "$CGROUP_ROOT"/a/b
|
D | charge_reserved_hugetlb.sh | 55 rmdir /mnt/huge 58 rmdir $cgroup_path/hugetlb_cgroup_test 61 rmdir $cgroup_path/hugetlb_cgroup_test1 64 rmdir $cgroup_path/hugetlb_cgroup_test2 263 rmdir /mnt/huge 583 rmdir $cgroup_path
|
/Linux-v6.6/tools/testing/selftests/memfd/ |
D | run_fuse_test.sh | 6 rmdir ./mnt 15 rmdir ./mnt
|
/Linux-v6.6/tools/power/pm-graph/ |
D | Makefile | 42 rmdir $(DESTDIR)$(PREFIX)/lib/pm-graph/config; \ 46 rmdir $(DESTDIR)$(PREFIX)/lib/pm-graph/__pycache__; \ 50 rmdir $(DESTDIR)$(PREFIX)/lib/pm-graph; \
|
D | install_latest_from_github.sh | 18 rmdir $OUT
|
/Linux-v6.6/Documentation/usb/ |
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-v6.6/fs/tracefs/ |
D | inode.c | 72 int (*rmdir)(const char *name); member 134 ret = tracefs_ops.rmdir(name); in tracefs_syscall_rmdir() 147 .rmdir = tracefs_syscall_rmdir, 702 int (*rmdir)(const char *name)) in tracefs_create_instance_dir() 707 if (WARN_ON(tracefs_ops.mkdir || tracefs_ops.rmdir)) in tracefs_create_instance_dir() 715 tracefs_ops.rmdir = rmdir; in tracefs_create_instance_dir()
|
/Linux-v6.6/tools/testing/selftests/cgroup/ |
D | test_cpuset_prs.sh | 70 rmdir A1/A2/A3 A1/A2 A1 B1 > /dev/null 2>&1 72 rmdir test > /dev/null 2>&1 198 [[ -d A1 ]] && rmdir A1 445 rmdir A1/A2/A3 A1/A2 A1 B1 > /dev/null 2>&1
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | pinning.c | 161 err = rmdir(custpath); in test_pinning() 230 err = rmdir(custpath); in test_pinning() 277 rmdir(custpath); in test_pinning()
|
D | test_bpffs.c | 138 rmdir(TDIR "/fs1"); in fn() 139 rmdir(TDIR "/fs2"); in fn()
|
/Linux-v6.6/tools/testing/selftests/gpio/ |
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-v6.6/samples/bpf/ |
D | test_cgrp2_tc.sh | 53 rmdir $CGRP2_TC_LEAF && rmdir $CGRP2_TC
|
D | test_cgrp2_sock.sh | 56 rmdir ${CGRP_MNT}/sockopts
|
/Linux-v6.6/tools/testing/selftests/filesystems/binderfs/ |
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-v6.6/tools/perf/trace/strace/groups/ |
D | file | 15 rmdir
|
D | string | 53 rmdir
|
/Linux-v6.6/Documentation/filesystems/ |
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-v6.6/include/linux/ |
D | tracefs.h | 57 int (*rmdir)(const char *name));
|
/Linux-v6.6/tools/testing/scatterlist/ |
D | Makefile | 18 @rmdir asm
|
/Linux-v6.6/tools/perf/ |
D | builtin-buildid-cache.c | 154 if (!rmdir(to_dir)) { in build_id_cache__add_kcore() 159 if (!rmdir(to_dir)) { in build_id_cache__add_kcore() 164 rmdir(to_dir); in build_id_cache__add_kcore()
|
/Linux-v6.6/tools/usb/usbip/src/ |
D | usbip_detach.c | 80 rmdir(VHCI_STATE_PATH); in detach_port()
|
/Linux-v6.6/Documentation/tools/rtla/ |
D | Makefile | 6 RMDIR ?= rmdir --ignore-fail-on-non-empty
|
/Linux-v6.6/Documentation/tools/rv/ |
D | Makefile | 5 RMDIR ?= rmdir --ignore-fail-on-non-empty
|
1234567