Searched refs:mounts (Results 1 – 17 of 17) sorted by relevance
/tools/lib/api/fs/ |
D | fs.c | 90 const char * const *mounts; member 113 .mounts = sysfs__fs_known_mountpoints, 119 .mounts = procfs__known_mountpoints, 125 .mounts = debugfs__known_mountpoints, 131 .mounts = tracefs__known_mountpoints, 137 .mounts = hugetlbfs__known_mountpoints, 143 .mounts = bpf_fs__known_mountpoints, 188 ptr = fs->mounts; in fs__check_mounts() 278 return getenv(upper_name) ?: *fs->mounts; in mount_overload()
|
/tools/bootconfig/scripts/ |
D | ftrace2bconf.sh | 26 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "` 28 if ! grep -wq debugfs /proc/mounts; then 32 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
|
D | bconf2ftrace.sh | 52 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "` 54 if ! grep -wq debugfs /proc/mounts; then 58 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
|
/tools/hv/ |
D | hv_vss_daemon.c | 116 FILE *mounts; in vss_operate() local 135 mounts = setmntent("/proc/mounts", "r"); in vss_operate() 136 if (mounts == NULL) in vss_operate() 139 while ((ent = getmntent(mounts))) { in vss_operate() 167 endmntent(mounts); in vss_operate() 186 endmntent(mounts); in vss_operate()
|
/tools/testing/selftests/pstore/ |
D | pstore_post_reboot_tests | 23 mount_info=`grep pstore /proc/mounts` 30 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
|
/tools/testing/selftests/resctrl/ |
D | resctrlfs.c | 15 FILE *mounts; in find_resctrl_mount() local 18 mounts = fopen("/proc/mounts", "r"); in find_resctrl_mount() 19 if (!mounts) { in find_resctrl_mount() 23 while (!feof(mounts)) { in find_resctrl_mount() 24 if (!fgets(line, 256, mounts)) in find_resctrl_mount() 38 fclose(mounts); in find_resctrl_mount() 45 fclose(mounts); in find_resctrl_mount()
|
/tools/testing/selftests/powerpc/mm/ |
D | stress_code_patching.sh | 6 DEBUFS_DIR=`cat /proc/mounts | grep debugfs | awk '{print $2}'`
|
/tools/testing/selftests/kexec/ |
D | kexec_common_lib.sh | 9 SECURITYFS=$(grep "securityfs" /proc/mounts | awk '{print $2}') 48 if ! grep -q "^\S\+ $efivarfs efivarfs" /proc/mounts; then
|
/tools/testing/selftests/gpio/ |
D | gpio-mockup-sysfs.sh | 6 SYSFS=`grep -w sysfs /proc/mounts | cut -f2 -d' '`
|
D | gpio-mockup.sh | 51 DEBUGFS=$(grep -w debugfs /proc/mounts | cut -f2 -d' ')
|
/tools/testing/selftests/bpf/ |
D | ima_setup.sh | 21 local securityfs_dir=$(grep "securityfs" /proc/mounts | awk '{print $2}')
|
D | test_bpftool_metadata.sh | 8 BPF_FS=$(awk '$3 == "bpf" {print $2; exit}' /proc/mounts)
|
D | test_xdp_veth.sh | 23 BPF_FS=$(awk '$3 == "bpf" {print $2; exit}' /proc/mounts)
|
/tools/testing/selftests/ftrace/ |
D | ftracetest | 155 TRACING_DIR=`grep tracefs /proc/mounts | cut -f2 -d' ' | head -1` 157 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`
|
/tools/testing/selftests/efivarfs/ |
D | efivarfs.sh | 25 if ! grep -q "^\S\+ $efivarfs_mount efivarfs" /proc/mounts; then
|
/tools/testing/selftests/filesystems/fuse/ |
D | bpf_loader.c | 452 FILE *mounts = NULL; in tracing_folder() local 456 TEST(mounts = fopen("/proc/mounts", "re"), mounts); in tracing_folder() 457 while (getline(&line, &size, mounts) != -1) { in tracing_folder() 471 fclose(mounts); in tracing_folder()
|
/tools/perf/Documentation/ |
D | perf-kvm.txt | 81 Guest os root file system mount directory. Users mounts guest os
|