Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/pstore/
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-v6.6/fs/ocfs2/
Docfs1_fs_compat.h34 /*88*/ __u8 mount_point[OCFS1_MAX_MOUNT_POINT_LEN]; member
/Linux-v6.6/tools/tracing/rtla/src/
Dutils.c539 char mount_point[MAX_PATH]; in find_mount() local
548 while (fscanf(fp, "%*s %" STR(MAX_PATH) "s %99s %*s %*d %*d\n", mount_point, type) == 2) { in find_mount()
560 strncpy(mp, mount_point, sizeof_mp - 1); in find_mount()