| /linux/tools/lib/api/fs/ |
| H A D | cgroup.c | 13 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 D | tracing_path.c | 18 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 D | tracing_path.h | 11 void tracing_path_set(const char *mountpoint);
|
| /linux/Documentation/filesystems/ |
| H A D | automount-support.rst | 11 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. 70 If a mountpoint is moved, it gets removed from the expiration list. If a bind 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. [all …]
|
| H A D | autofs-mount-control.rst | 384 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 D | afs.rst | 138 to look up a name in this directory will cause a mountpoint to be created that
|
| /linux/fs/ |
| H A D | pnode.h | 46 int propagate_mnt(struct mount *, struct mountpoint *, struct mount *, 54 void mnt_set_mountpoint(struct mount *, struct mountpoint *, 56 void mnt_change_mountpoint(struct mount *parent, struct mountpoint *mp, 64 const struct mountpoint *mp);
|
| H A D | pnode.c | 260 static bool need_secondary(struct mount *m, struct mountpoint *dest_mp) in need_secondary() 311 int propagate_mnt(struct mount *dest_mnt, struct mountpoint *dest_mp, in propagate_mnt() 397 const struct mountpoint *mp) in propagation_would_overmount() 634 struct mountpoint *mp; in reparent()
|
| H A D | mount.h | 40 struct mountpoint { 84 struct mountpoint *mnt_mp; /* where is it mounted */ 86 struct hlist_node mnt_mp_list; /* list mounts with the same mountpoint */ 39 struct mountpoint { global() struct 48 m_listmountpoint global() argument
|
| H A D | namespace.c | 121 * vfsmount hash, ie. during mountpoint lookups or walking back 781 * @dentry: dentry of mountpoint 825 * __is_local_mountpoint - Test to see if dentry is a mountpoint in the 830 * dealing with a mountpoint of some kind, walk through all of the 832 * is a mountpoint. 855 struct mountpoint *mp; 862 struct mountpoint *mp; in lookup_mountpoint() 876 struct mountpoint *mp __free(kfree) = NULL; in get_mountpoint() 884 mountpoint: in get_mountpoint() 893 mp = kmalloc_obj(struct mountpoint); in get_mountpoint() 3296 mnt_warn_timestamp_expiry(const struct path * mountpoint,struct vfsmount * mnt) mnt_warn_timestamp_expiry() argument 3754 do_new_mount_fc(struct fs_context * fc,const struct path * mountpoint,unsigned int mnt_flags) do_new_mount_fc() argument [all...] |
| H A D | namei.c | 809 * @mnt: The mountpoint to check. 1456 * follow_up - Find the mountpoint of path's vfsmount 1458 * Given a path, find the mountpoint of its source file system. 1459 * Replace @path with the path of the mountpoint in the parent mount. 1469 struct dentry *mountpoint; in follow_up() 1478 mountpoint = dget(mnt->mnt_mountpoint); in follow_up() 1481 path->dentry = mountpoint; 1492 struct dentry *mountpoint = m->mnt_mountpoint; in choose_mountpoint_rcu() 1495 if (unlikely(root->dentry == mountpoint && in choose_mountpoint_rcu() 1498 if (mountpoint ! in choose_mountpoint_rcu() 1464 struct dentry *mountpoint; follow_up() local 1487 struct dentry *mountpoint = m->mnt_mountpoint; choose_mountpoint_rcu() local [all...] |
| /linux/tools/testing/selftests/filesystems/fat/ |
| H A D | run_fat_tests.sh | 21 mountpoint -q "${MNT_PATH}" && unmount_image
|
| /linux/fs/cramfs/ |
| H A D | Kconfig | 50 the MTD partition named "xip_fs" on the /mnt mountpoint:
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_bpftool_map.sh | |
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse.rst | 267 permissions on the mountpoint and only allowing the mount if 269 access to the mountpoint, and mountpoint is not a "sticky"
|
| /linux/fs/xfs/ |
| H A D | Kconfig | 38 xfs_info against a filesystem mountpoint and checking for a string 65 xfs_info against a filesystem mountpoint and checking for a string
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-cgroup.rst | 64 If *CGROUP_ROOT* is not specified, bpftool uses cgroup v2 mountpoint.
|
| /linux/tools/testing/selftests/gpio/ |
| H A D | gpio-sim.sh | 169 mountpoint -q /sys/kernel/config && break
|
| H A D | gpio-aggregator.sh | 221 mountpoint -q /sys/kernel/config && break
|
| /linux/Documentation/accounting/ |
| H A D | psi.rst | 183 into cgroups. Each subdirectory in the cgroupfs mountpoint contains
|
| /linux/Documentation/networking/ |
| H A D | netconsole.rst | 112 mountpoint).
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | transhuge.rst | 465 ``mount -o remount,huge= /mountpoint`` works fine after mount: remounting
|
| /linux/Documentation/admin-guide/cifs/ |
| H A D | usage.rst | 432 Allow remote files on this mountpoint with suid enabled to
|