Home
last modified time | relevance | path

Searched defs:mountpoint (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/
Dmount.h27 struct mountpoint { struct
37 struct dentry *mnt_mountpoint; argument
Dnamei.c1116 struct dentry *mountpoint; in follow_up() local
1375 struct dentry *mountpoint = mnt->mnt_mountpoint; in follow_dotdot_rcu() local
Dnamespace.c980 vfs_submount(const struct dentry *mountpoint, struct file_system_type *type, in vfs_submount()
/Linux-v4.19/tools/lib/api/fs/
Dtracing_path.c20 static void __tracing_path_set(const char *tracing, const char *mountpoint) in __tracing_path_set()
Dfs.c265 const char *mountpoint; in fs__mount() local
/Linux-v4.19/tools/perf/util/
Dcgroup.c19 char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; in cgroupfs_find_mountpoint() local
/Linux-v4.19/include/linux/
Ddevice.h1319 static inline int devtmpfs_mount(const char *mountpoint) { return 0; } in devtmpfs_mount()