Home
last modified time | relevance | path

Searched refs:mountpoint (Results 1 – 11 of 11) sorted by relevance

/tools/lib/api/fs/
A Dcgroup.c13 char mountpoint[PATH_MAX]; member
25 char mountpoint[PATH_MAX]; in cgroupfs_find_mountpoint() local
28 if (strlen(cached->mountpoint) < maxlen) { in cgroupfs_find_mountpoint()
29 strcpy(buf, cached->mountpoint); in cgroupfs_find_mountpoint()
45 mountpoint[0] = '\0'; in cgroupfs_find_mountpoint()
73 strcpy(mountpoint, path); in cgroupfs_find_mountpoint()
88 strcpy(mountpoint, path); in cgroupfs_find_mountpoint()
99 strcpy(cached->mountpoint, mountpoint); in cgroupfs_find_mountpoint()
102 if (mountpoint[0] && strlen(mountpoint) < maxlen) { in cgroupfs_find_mountpoint()
103 strcpy(buf, mountpoint); in cgroupfs_find_mountpoint()
A Dfs.c133 const char *mountpoint = lower_name##__mountpoint(); \
136 if (mountpoint) \
137 return mountpoint; \
272 const char *mountpoint; in fs__mount() local
277 mountpoint = fs__mountpoint(fs); in fs__mount()
278 if (mountpoint) in fs__mount()
281 mountpoint = mount_overload(fs); in fs__mount()
284 fs__valid_mount(mountpoint, fs->magic) == 0) { in fs__mount()
285 fs->path = strdup(mountpoint); in fs__mount()
286 mountpoint = fs->path; in fs__mount()
[all …]
A Dtracing_path.c18 static void __tracing_path_set(const char *tracing, const char *mountpoint) in __tracing_path_set() argument
21 mountpoint, tracing); in __tracing_path_set()
A Dtracing_path.h11 void tracing_path_set(const char *mountpoint);
/tools/testing/selftests/filesystems/fat/
A Drun_fat_tests.sh21 mountpoint -q "${MNT_PATH}" && unmount_image
/tools/testing/selftests/resctrl/
A Dresctrlfs.c81 char mountpoint[256]; in umount_resctrlfs() local
84 ret = find_resctrl_mount(mountpoint); in umount_resctrlfs()
90 if (umount(mountpoint)) { in umount_resctrlfs()
/tools/testing/selftests/bpf/
A Dtest_bpftool_map.sh40 while mountpoint -q "$BPF_DIR" && [ $attempt -lt $max_attempts ]; do
/tools/bpf/bpftool/Documentation/
A Dbpftool-cgroup.rst64 If *CGROUP_ROOT* is not specified, bpftool uses cgroup v2 mountpoint.
/tools/gpio/
A Dgpio-sloppy-logic-analyzer.sh38 -k|--kernel-debug-dir <str>: path to the kernel debugfs mountpoint. Default: <$debugdir>
/tools/testing/selftests/gpio/
A Dgpio-sim.sh169 mountpoint -q /sys/kernel/config && break
A Dgpio-aggregator.sh221 mountpoint -q /sys/kernel/config && break

Completed in 14 milliseconds