Searched refs:mount_point (Results 1 – 7 of 7) sorted by relevance
19 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 …]
9 local mount_point=$(get_mount_point)11 mount_options=$(get_mnt_options "$mount_point")
25 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}
199 local mount_point=`stat -c '%m' .`203 if [ ! -d "$mount_point" ]; then205 mount_point=$PWD211 echo "$mount_point"
34 /*88*/ __u8 mount_point[OCFS1_MAX_MOUNT_POINT_LEN]; member
679 char mount_point[MAX_PATH+1]; in find_mount() local688 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()
10 dev_name, mount_point, dev_fs = line.split()[:3] variable12 sysfs_root = '%s/kernel/mm/damon/admin' % mount_point