/Linux-v5.4/Documentation/filesystems/ |
D | automount-support.txt | 4 performed and mountpoint degradation to be requested. The latter can 24 And then if you look in the mountpoint catalogue, you'll see something like: 38 mountpoint to be expired in the automounting procedure outlined separately. 45 (2) When a new mountpoint is created in the ->d_automount method, add 62 mountpoint was accessed. 64 If a mountpoint is moved, it gets removed from the expiration list. If a bind 78 mountpoint (though some will be rejected - the current process's idea of the 82 If the mountpoint in question is in referenced by something other than 83 umount() or its parent mountpoint, an EBUSY error will be returned and the 84 mountpoint will not be marked for expiration or unmounted. [all …]
|
D | autofs-mount-control.txt | 382 Check if the given path is a mountpoint. 392 it isn't a mountpoint. In both cases the the device number (as returned 397 the descriptor corresponds to is considered a mountpoint if it is itself 398 a mountpoint or contains a mount, such as a multi-mount without a root 401 is one or 0 if it isn't a mountpoint.
|
D | fuse.txt | 269 permissions on the mountpoint and only allowing the mount if 271 access to the mountpoint, and mountpoint is not a "sticky"
|
D | sharedsubtree.txt | 52 The above command replicates the mount at /mnt to the mountpoint /tmp 143 mount --make-shared mountpoint 144 mount --make-slave mountpoint 145 mount --make-private mountpoint 146 mount --make-unbindable mountpoint
|
D | sysv-fs.txt | 10 mount [-r] -t sysv device mountpoint
|
D | afs.txt | 141 to look up a name in this directory will cause a mountpoint to be created that
|
D | vfs.rst | 99 ->mount() will be attached to the mountpoint, so that when pathname 100 resolution reaches the mountpoint it will jump into the root of that 1180 "." and "..", as well as procfs-style symlinks and mountpoint 1276 on the mountpoint and will remove the vfsmount from its 1288 clients waiting to explore behind a 'mountpoint' while letting
|
D | mount_api.txt | 335 (*) int security_sb_mountpoint(struct fs_context *fc, struct path *mountpoint, 339 to the context is permitted to be attached to the specified mountpoint.
|
/Linux-v5.4/tools/lib/api/fs/ |
D | tracing_path.c | 20 static void __tracing_path_set(const char *tracing, const char *mountpoint) in __tracing_path_set() argument 22 snprintf(tracing_mnt, sizeof(tracing_mnt), "%s", mountpoint); in __tracing_path_set() 24 mountpoint, tracing); in __tracing_path_set() 26 mountpoint, tracing, "events"); in __tracing_path_set()
|
D | tracing_path.h | 10 void tracing_path_set(const char *mountpoint);
|
D | fs.c | 265 const char *mountpoint; in fs__mount() local 270 mountpoint = mount_overload(fs); in fs__mount() 272 if (mount(NULL, mountpoint, fs->name, 0, NULL) < 0) in fs__mount()
|
/Linux-v5.4/fs/ |
D | pnode.h | 40 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,
|
D | namespace.c | 686 static struct mountpoint *lookup_mountpoint(struct dentry *dentry) in lookup_mountpoint() 689 struct mountpoint *mp; in lookup_mountpoint() 700 static struct mountpoint *get_mountpoint(struct dentry *dentry) in get_mountpoint() 702 struct mountpoint *mp, *new = NULL; in get_mountpoint() 709 mountpoint: in get_mountpoint() 718 new = kmalloc(sizeof(struct mountpoint), GFP_KERNEL); in get_mountpoint() 728 goto mountpoint; in get_mountpoint() 754 static void __put_mountpoint(struct mountpoint *mp, struct list_head *list) in __put_mountpoint() 769 static void put_mountpoint(struct mountpoint *mp) in put_mountpoint() 804 static struct mountpoint *unhash_mnt(struct mount *mnt) in unhash_mnt() [all …]
|
D | mount.h | 27 struct mountpoint { struct 60 struct mountpoint *mnt_mp; /* where is it mounted */
|
D | pnode.c | 217 static struct mountpoint *mp; 289 int propagate_mnt(struct mount *dest_mnt, struct mountpoint *dest_mp, in propagate_mnt() 502 struct mountpoint *mp; in restore_mounts()
|
D | namei.c | 1108 struct dentry *mountpoint; in follow_up() local 1117 mountpoint = dget(mnt->mnt_mountpoint); in follow_up() 1120 path->dentry = mountpoint; in follow_up() 1367 struct dentry *mountpoint = mnt->mnt_mountpoint; in follow_dotdot_rcu() local 1368 struct inode *inode2 = mountpoint->d_inode; in follow_dotdot_rcu() 1369 unsigned seq = read_seqcount_begin(&mountpoint->d_seq); in follow_dotdot_rcu() 1375 nd->path.dentry = mountpoint; in follow_dotdot_rcu()
|
/Linux-v5.4/tools/perf/util/ |
D | cgroup.c | 20 char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; in cgroupfs_find_mountpoint() local 38 mountpoint, type, tokens) == 3) { in cgroupfs_find_mountpoint() 46 strcpy(path_v1, mountpoint); in cgroupfs_find_mountpoint() 54 strcpy(path_v2, mountpoint); in cgroupfs_find_mountpoint()
|
/Linux-v5.4/include/linux/ |
D | mount.h | 99 extern struct vfsmount *vfs_submount(const struct dentry *mountpoint,
|
D | device.h | 1642 static inline int devtmpfs_mount(const char *mountpoint) { return 0; } in devtmpfs_mount() argument
|
/Linux-v5.4/Documentation/fault-injection/ |
D | provoke-crashes.rst | 40 <mountpoint>/provoke-crash/<crashpoint>. E.g.::
|
/Linux-v5.4/fs/cramfs/ |
D | Kconfig | 50 the MTD partition named "xip_fs" on the /mnt mountpoint:
|
/Linux-v5.4/tools/bpf/bpftool/Documentation/ |
D | bpftool-cgroup.rst | 51 bpftool uses cgroup v2 mountpoint.
|
/Linux-v5.4/Documentation/accounting/ |
D | psi.rst | 177 into cgroups. Each subdirectory in the cgroupfs mountpoint contains
|
/Linux-v5.4/Documentation/networking/ |
D | netconsole.txt | 93 mountpoint).
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | transhuge.rst | 252 ``mount -o remount,huge= /mountpoint`` works fine after mount: remounting
|