Searched refs:mountpoint (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/lib/api/fs/
H A Dcgroup.c13 char mountpoint[PATH_MAX]; member in struct:cgroupfs_cache_entry
25 char mountpoint[PATH_MAX]; local
28 if (strlen(cached->mountpoint) < maxlen) {
29 strcpy(buf, cached->mountpoint);
45 mountpoint[0] = '\0';
73 strcpy(mountpoint, path);
88 strcpy(mountpoint, path);
99 strcpy(cached->mountpoint, mountpoint);
102 if (mountpoint[
[all...]
H A Dtracing_path.h11 void tracing_path_set(const char *mountpoint);
H A Dfs.c133 const char *mountpoint = lower_name##__mountpoint(); \
136 if (mountpoint) \
137 return mountpoint; \
272 const char *mountpoint; local
277 mountpoint = fs__mountpoint(fs);
278 if (mountpoint)
281 mountpoint = mount_overload(fs);
283 if (mount(NULL, mountpoint, fs->name, 0, NULL) == 0 &&
284 fs__valid_mount(mountpoint, fs->magic) == 0) {
285 fs->path = strdup(mountpoint);
[all...]
H A Dtracing_path.c18 static void __tracing_path_set(const char *tracing, const char *mountpoint) argument
21 mountpoint, tracing);
/linux-master/fs/
H A Dpnode.h40 int propagate_mnt(struct mount *, struct mountpoint *, struct mount *,
48 void mnt_set_mountpoint(struct mount *, struct mountpoint *,
50 void mnt_change_mountpoint(struct mount *parent, struct mountpoint *mp,
58 const struct mountpoint *mp);
H A Dmount.h26 struct mountpoint { struct
62 struct mountpoint *mnt_mp; /* where is it mounted */
64 struct hlist_node mnt_mp_list; /* list mounts with the same mountpoint */
H A Dnamespace.c98 * vfsmount hash, ie. during mountpoint lookups or walking back
678 * @dentry: mountpoint
688 * has another mount @n mounted at the same mountpoint then the source
739 * __is_local_mountpoint - Test to see if dentry is a mountpoint in the
744 * dealing with a mountpoint of some kind, walk through all of the
746 * is a mountpoint.
770 static struct mountpoint *lookup_mountpoint(struct dentry *dentry)
773 struct mountpoint *mp;
784 static struct mountpoint *get_mountpoint(struct dentry *dentry)
786 struct mountpoint *m
1165 vfs_submount(const struct dentry *mountpoint, struct file_system_type *type, const char *name, void *data) argument
2797 mnt_warn_timestamp_expiry(struct path *mountpoint, struct vfsmount *mnt) argument
3264 do_new_mount_fc(struct fs_context *fc, struct path *mountpoint, unsigned int mnt_flags) argument
[all...]
H A Dpnode.c224 static int propagate_one(struct mount *m, struct mountpoint *dest_mp)
231 /* skip if mountpoint isn't covered by it */
287 int propagate_mnt(struct mount *dest_mnt, struct mountpoint *dest_mp,
362 * @mp: future mountpoint of @to on @from
368 * If the root of the @to mount is equal to the future mountpoint @mp of
378 const struct mountpoint *mp)
539 struct mountpoint *mp;
588 * tree for the mountpoint has already been visited and there is
607 * mountpoint has already been visited and there
H A Dnamei.c646 * @mnt: The mountpoint to check.
1263 * follow_up - Find the mountpoint of path's vfsmount
1265 * Given a path, find the mountpoint of its source file system.
1266 * Replace @path with the path of the mountpoint in the parent mount.
1276 struct dentry *mountpoint; local
1285 mountpoint = dget(mnt->mnt_mountpoint);
1288 path->dentry = mountpoint;
1299 struct dentry *mountpoint = m->mnt_mountpoint; local
1302 if (unlikely(root->dentry == mountpoint &&
1305 if (mountpoint !
[all...]
/linux-master/tools/testing/selftests/filesystems/fat/
H A Drun_fat_tests.sh21 mountpoint -q "${MNT_PATH}" && unmount_image
/linux-master/include/linux/
H A Dmount.h102 extern struct vfsmount *vfs_submount(const struct dentry *mountpoint,
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrlfs.c79 char mountpoint[256]; local
82 ret = find_resctrl_mount(mountpoint);
88 if (umount(mountpoint)) {
682 ksft_print_msg("%s Check resctrl mountpoint \"%s\" exists\n",
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-sim.sh168 mountpoint -q /sys/kernel/config && break

Completed in 287 milliseconds