Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ftrace/test.d/00basic/
H A Dmount_options.tc19 local mount_point="$1"
22 mount -t tracefs -o "$options" nodev "$mount_point"
28 local mount_point="$1"
31 (cd $mount_point; finish_ftrace;)
37 local mount_point="$1"
38 local instance="$mount_point/instances/$(mktemp -u test-XXXXXX)"
51 local mount_point="$1"
56 cd "$mount_point"
70 local mount_point=$(get_mount_point)
71 local mount_options=$(get_mnt_options "$mount_point")
[all …]
H A Dtest_ownership.tc9 local mount_point=$(get_mount_point)
11 mount_options=$(get_mnt_options "$mount_point")
/linux/tools/testing/selftests/pstore/
H 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}
/linux/tools/testing/selftests/ftrace/test.d/
H A Dfunctions199 local mount_point=`stat -c '%m' .`
203 if [ ! -d "$mount_point" ]; then
205 mount_point=$PWD
211 echo "$mount_point"
/linux/fs/ocfs2/
H A Docfs1_fs_compat.h34 /*88*/ __u8 mount_point[OCFS1_MAX_MOUNT_POINT_LEN]; member
/linux/tools/tracing/rtla/src/
H A Dutils.c679 char mount_point[MAX_PATH+1]; in find_mount() local
688 while (fscanf(fp, "%*s %" STR(MAX_PATH) "s %99s %*s %*d %*d\n", mount_point, type) == 2) { in find_mount()
700 strncpy(mp, mount_point, sizeof_mp - 1); in find_mount()
/linux/tools/testing/selftests/damon/
H 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