Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dmount.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h174 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
/linux/samples/vfs/
H A Dsamples-vfs.h37 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
H A Dtest-list-all-mounts.c143 stmnt->str + stmnt->mnt_point, in main()
H A Dmountinfo.c150 &buf->str[buf->mnt_point]); in dump_mountinfo()
/linux/tools/testing/selftests/ftrace/test.d/
H A Dfunctions216 local mnt_point="$1"
217 local opts=$(mount | grep -m1 "$mnt_point" | sed -e 's/.*(\(.*\)).*/\1/')