Searched refs:rmdir (Results 1 – 25 of 147) sorted by relevance
123456
/Linux-v5.15/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-v5.15/tools/testing/selftests/vm/ |
D | hugetlb_reparenting_test.sh | 49 rmdir "$MNT" 2>/dev/null 50 rmdir "$CGROUP_ROOT"/a/b 2>/dev/null 51 rmdir "$CGROUP_ROOT"/a 2>/dev/null 52 rmdir "$CGROUP_ROOT"/test1 2>/dev/null 173 echo Test charge, rmdir, uncharge 181 echo rmdir 182 rmdir $CGROUP_ROOT/test1 208 rmdir "$CGROUP_ROOT"/a/b 233 rmdir "$CGROUP_ROOT"/a/b
|
D | charge_reserved_hugetlb.sh | 51 rmdir /mnt/huge 54 rmdir $cgroup_path/hugetlb_cgroup_test 57 rmdir $cgroup_path/hugetlb_cgroup_test1 60 rmdir $cgroup_path/hugetlb_cgroup_test2 259 rmdir /mnt/huge 578 rmdir $cgroup_path
|
/Linux-v5.15/tools/testing/selftests/memfd/ |
D | run_fuse_test.sh | 6 rmdir ./mnt 15 rmdir ./mnt
|
/Linux-v5.15/fs/tracefs/ |
D | inode.c | 52 int (*rmdir)(const char *name); member 114 ret = tracefs_ops.rmdir(name); in tracefs_syscall_rmdir() 127 .rmdir = tracefs_syscall_rmdir, 489 int (*rmdir)(const char *name)) in tracefs_create_instance_dir() 494 if (WARN_ON(tracefs_ops.mkdir || tracefs_ops.rmdir)) in tracefs_create_instance_dir() 502 tracefs_ops.rmdir = rmdir; in tracefs_create_instance_dir()
|
/Linux-v5.15/Documentation/usb/ |
D | gadget_configfs.rst | 241 $ rmdir configs/<config name>.<number>/strings/<lang> 245 $ rmdir configs/c.1/strings/0x409 253 $ rmdir configs/<config name>.<number> 257 rmdir configs/c.1 265 $ rmdir functions/<name>.<instance name> 269 $ rmdir functions/ncm.usb0 277 $ rmdir strings/<lang> 281 $ rmdir strings/0x409 286 $ rmdir <gadget name> 290 $ rmdir g1
|
/Linux-v5.15/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; \
|
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | test_bpffs.c | 73 rmdir(TDIR "/fs1"); in fn() 74 rmdir(TDIR "/fs2"); in fn()
|
D | pinning.c | 161 err = rmdir(custpath); in test_pinning() 230 err = rmdir(custpath); in test_pinning() 277 rmdir(custpath); in test_pinning()
|
/Linux-v5.15/samples/bpf/ |
D | test_cgrp2_tc.sh | 53 rmdir $CGRP2_TC_LEAF && rmdir $CGRP2_TC
|
D | test_cgrp2_sock.sh | 54 rmdir ${CGRP_MNT}/sockopts
|
/Linux-v5.15/tools/testing/selftests/filesystems/binderfs/ |
D | binderfs_test.c | 82 goto rmdir; in __do_binderfs_test() 177 rmdir: in __do_binderfs_test() 178 ret = rmdir(binderfs_mntpt); in __do_binderfs_test() 448 rmdir(binderfs_mntpt); in TEST()
|
/Linux-v5.15/tools/perf/trace/strace/groups/ |
D | file | 15 rmdir
|
D | string | 53 rmdir
|
/Linux-v5.15/tools/perf/ |
D | perf-with-kcore.sh | 75 $SUDO rmdir "$KCORE_DIR" 187 if rmdir "$PERF_DATA_DIR" > /dev/null 2>/dev/null ; then
|
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-v5.15/include/linux/ |
D | tracefs.h | 34 int (*rmdir)(const char *name));
|
/Linux-v5.15/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 310 Finally, when userspace calls rmdir(2) on the item or group, 319 drop_item() is void, and as such cannot fail. When rmdir(2) 338 is implemented in the configfs rmdir(2) code. ->drop_item() will not be 339 called, as the item has not been dropped. rmdir(2) will fail, as the 459 rmdir(2). They also are not considered when rmdir(2) on the parent 467 region item is removed with rmdir(2), the ocfs2 mount must BUG or go 473 depended on. configfs will then return -EBUSY from rmdir(2) for that [all …]
|
/Linux-v5.15/tools/testing/scatterlist/ |
D | Makefile | 18 @rmdir asm
|
/Linux-v5.15/tools/usb/usbip/src/ |
D | usbip_detach.c | 80 rmdir(VHCI_STATE_PATH); in detach_port()
|
/Linux-v5.15/tools/bpf/bpftool/Documentation/ |
D | Makefile | 7 RMDIR ?= rmdir --ignore-fail-on-non-empty
|
/Linux-v5.15/Documentation/translations/zh_CN/iio/ |
D | iio_configfs.rst | 97 $ rmdir /config/iio/triggers/hrtimer/instance1
|
/Linux-v5.15/arch/um/os-Linux/ |
D | user_syms.c | 87 EXPORT_SYMBOL_PROTO(rmdir);
|
/Linux-v5.15/tools/testing/selftests/bpf/ |
D | Makefile.docs | 8 RMDIR ?= rmdir --ignore-fail-on-non-empty
|
123456