Home
last modified time | relevance | path

Searched refs:mountpoint (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.15/tools/lib/api/fs/
H A Dcgroup.c13 char mountpoint[PATH_MAX]; member
25 char mountpoint[PATH_MAX]; in cgroupfs_find_mountpoint() local
28 if (strlen(cached->mountpoint) < maxlen) { in cgroupfs_find_mountpoint()
29 strcpy(buf, cached->mountpoint); in cgroupfs_find_mountpoint()
45 mountpoint[0] = '\0'; in cgroupfs_find_mountpoint()
73 strcpy(mountpoint, path); in cgroupfs_find_mountpoint()
88 strcpy(mountpoint, path); in cgroupfs_find_mountpoint()
99 strcpy(cached->mountpoint, mountpoint); in cgroupfs_find_mountpoint()
102 if (mountpoint[0] && strlen(mountpoint) < maxlen) { in cgroupfs_find_mountpoint()
103 strcpy(buf, mountpoint); in cgroupfs_find_mountpoint()
H A Dfs.c133 const char *mountpoint = lower_name##__mountpoint(); \
136 if (mountpoint) \
137 return mountpoint; \
272 const char *mountpoint; in fs__mount() local
277 mountpoint = fs__mountpoint(fs); in fs__mount()
278 if (mountpoint) in fs__mount()
281 mountpoint = mount_overload(fs); in fs__mount()
284 fs__valid_mount(mountpoint, fs->magic) == 0) { in fs__mount()
285 fs->path = strdup(mountpoint); in fs__mount()
286 mountpoint = fs->path; in fs__mount()
[all …]
H A Dtracing_path.c18 static void __tracing_path_set(const char *tracing, const char *mountpoint) in __tracing_path_set() argument
21 mountpoint, tracing); in __tracing_path_set()
H A Dtracing_path.h11 void tracing_path_set(const char *mountpoint);
/linux-6.15/Documentation/filesystems/
H A Dautomount-support.rst11 performed and mountpoint degradation to be requested. The latter can
30 And then if you look in the mountpoint catalogue, you'll see something like::
43 mountpoint to be expired in the automounting procedure outlined separately.
50 (2) When a new mountpoint is created in the ->d_automount method, add
68 mountpoint was accessed.
83 mountpoint (though some will be rejected - the current process's idea of the
87 If the mountpoint in question is in referenced by something other than
88 umount() or its parent mountpoint, an EBUSY error will be returned and the
89 mountpoint will not be marked for expiration or unmounted.
91 If the mountpoint was not already marked for expiry at that time, an EAGAIN
[all …]
H A Dautofs-mount-control.rst384 Check if the given path is a mountpoint.
394 it isn't a mountpoint. In both cases the device number (as returned
399 the descriptor corresponds to is considered a mountpoint if it is itself
400 a mountpoint or contains a mount, such as a multi-mount without a root
403 is one or 0 if it isn't a mountpoint.
H A Dfuse.rst253 permissions on the mountpoint and only allowing the mount if
255 access to the mountpoint, and mountpoint is not a "sticky"
H A Dsharedsubtree.rst59 The above command replicates the mount at /mnt to the mountpoint /tmp
155 mount --make-shared mountpoint
156 mount --make-slave mountpoint
157 mount --make-private mountpoint
158 mount --make-unbindable mountpoint
H A Dafs.rst138 to look up a name in this directory will cause a mountpoint to be created that
H A Dmount_api.rst391 struct path *mountpoint,
395 to the context is permitted to be attached to the specified mountpoint.
H A Dvfs.rst99 ->mount() will be attached to the mountpoint, so that when pathname
100 resolution reaches the mountpoint it will jump into the root of that
1317 "." and "..", as well as procfs-style symlinks and mountpoint
1413 on the mountpoint and will remove the vfsmount from its
1425 clients waiting to explore behind a 'mountpoint' while letting
/linux-6.15/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 Dnamespace.c916 struct mountpoint *mp; in lookup_mountpoint()
936 mountpoint: in get_mountpoint()
955 goto mountpoint; in get_mountpoint()
1044 struct mountpoint *mp; in unhash_mnt()
1067 struct mountpoint *mp, in mnt_set_mountpoint()
2074 struct mountpoint *mp; in __detach_mounts()
2687 struct mountpoint *smp; in attach_recursive_mnt()
3060 struct mountpoint *mp; in do_loopback()
3797 struct mountpoint *mp; in do_new_mount_fc()
3818 mp = lock_mount(mountpoint); in do_new_mount_fc()
[all …]
H A Dmount.h48 struct mountpoint { struct
82 struct mountpoint *mnt_mp; /* where is it mounted */
H A Dpnode.c224 static int propagate_one(struct mount *m, struct mountpoint *dest_mp) in propagate_one()
291 int propagate_mnt(struct mount *dest_mnt, struct mountpoint *dest_mp, in propagate_mnt()
382 const struct mountpoint *mp) in propagation_would_overmount()
540 struct mountpoint *mp; in restore_mounts()
H A Dnamei.c1363 struct dentry *mountpoint; in follow_up() local
1372 mountpoint = dget(mnt->mnt_mountpoint); in follow_up()
1375 path->dentry = mountpoint; in follow_up()
1386 struct dentry *mountpoint = m->mnt_mountpoint; in choose_mountpoint_rcu() local
1389 if (unlikely(root->dentry == mountpoint && in choose_mountpoint_rcu()
1392 if (mountpoint != m->mnt.mnt_root) { in choose_mountpoint_rcu()
1394 path->dentry = mountpoint; in choose_mountpoint_rcu()
1395 *seqp = read_seqcount_begin(&mountpoint->d_seq); in choose_mountpoint_rcu()
/linux-6.15/tools/testing/selftests/resctrl/
H A Dresctrlfs.c81 char mountpoint[256]; in umount_resctrlfs() local
84 ret = find_resctrl_mount(mountpoint); in umount_resctrlfs()
90 if (umount(mountpoint)) { in umount_resctrlfs()
/linux-6.15/tools/testing/selftests/filesystems/fat/
H A Drun_fat_tests.sh21 mountpoint -q "${MNT_PATH}" && unmount_image
/linux-6.15/include/linux/
H A Dmount.h101 extern struct vfsmount *vfs_submount(const struct dentry *mountpoint,
/linux-6.15/fs/cramfs/
H A DKconfig50 the MTD partition named "xip_fs" on the /mnt mountpoint:
/linux-6.15/fs/xfs/
H A DKconfig38 xfs_info against a filesystem mountpoint and checking for a string
65 xfs_info against a filesystem mountpoint and checking for a string
/linux-6.15/tools/gpio/
H A Dgpio-sloppy-logic-analyzer.sh38 -k|--kernel-debug-dir <str>: path to the kernel debugfs mountpoint. Default: <$debugdir>
/linux-6.15/tools/bpf/bpftool/Documentation/
H A Dbpftool-cgroup.rst64 If *CGROUP_ROOT* is not specified, bpftool uses cgroup v2 mountpoint.
/linux-6.15/tools/testing/selftests/gpio/
H A Dgpio-sim.sh169 mountpoint -q /sys/kernel/config && break
/linux-6.15/Documentation/accounting/
H A Dpsi.rst183 into cgroups. Each subdirectory in the cgroupfs mountpoint contains

12