Home
last modified time | relevance | path

Searched refs:mount_point (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/ftrace/test.d/00basic/
A Dmount_options.tc19 local mount_point="$1"
28 local mount_point="$1"
31 (cd $mount_point; finish_ftrace;)
37 local mount_point="$1"
51 local mount_point="$1"
56 cd "$mount_point"
70 local mount_point=$(get_mount_point)
83 unmount_tracefs "$mount_point"
86 check_gid "$mount_point" "$other_group"
94 unmount_tracefs "$mount_point"
[all …]
A Dtest_ownership.tc9 local mount_point=$(get_mount_point)
11 mount_options=$(get_mnt_options "$mount_point")
/tools/testing/selftests/pstore/
A Dpstore_post_reboot_tests25 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1`
30 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
38 cd ${mount_point}
/tools/testing/selftests/ftrace/test.d/
A Dfunctions205 local mount_point=`stat -c '%m' .`
209 if [ ! -d "$mount_point" ]; then
211 mount_point=$PWD
217 echo "$mount_point"
/tools/tracing/rtla/src/
A Dutils.c681 char mount_point[MAX_PATH+1]; in find_mount() local
690 while (fscanf(fp, "%*s %" STR(MAX_PATH) "s %99s %*s %*d %*d\n", mount_point, type) == 2) { in find_mount()
702 strncpy(mp, mount_point, sizeof_mp - 1); in find_mount()
/tools/testing/selftests/damon/
A D_damon_sysfs.py10 dev_name, mount_point, dev_fs = line.split()[:3] variable
12 sysfs_root = '%s/kernel/mm/damon/admin' % mount_point

Completed in 10 milliseconds