Home
last modified time | relevance | path

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

12

/Linux-v5.4/Documentation/filesystems/
Dautomount-support.txt4 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 …]
Dautofs-mount-control.txt382 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.
Dfuse.txt269 permissions on the mountpoint and only allowing the mount if
271 access to the mountpoint, and mountpoint is not a "sticky"
Dsharedsubtree.txt52 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
Dsysv-fs.txt10 mount [-r] -t sysv device mountpoint
Dafs.txt141 to look up a name in this directory will cause a mountpoint to be created that
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
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
Dmount_api.txt335 (*) 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/
Dtracing_path.c20 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()
Dtracing_path.h10 void tracing_path_set(const char *mountpoint);
Dfs.c265 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/
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,
Dnamespace.c686 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 …]
Dmount.h27 struct mountpoint { struct
60 struct mountpoint *mnt_mp; /* where is it mounted */
Dpnode.c217 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()
Dnamei.c1108 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/
Dcgroup.c20 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/
Dmount.h99 extern struct vfsmount *vfs_submount(const struct dentry *mountpoint,
Ddevice.h1642 static inline int devtmpfs_mount(const char *mountpoint) { return 0; } in devtmpfs_mount() argument
/Linux-v5.4/Documentation/fault-injection/
Dprovoke-crashes.rst40 <mountpoint>/provoke-crash/<crashpoint>. E.g.::
/Linux-v5.4/fs/cramfs/
DKconfig50 the MTD partition named "xip_fs" on the /mnt mountpoint:
/Linux-v5.4/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst51 bpftool uses cgroup v2 mountpoint.
/Linux-v5.4/Documentation/accounting/
Dpsi.rst177 into cgroups. Each subdirectory in the cgroupfs mountpoint contains
/Linux-v5.4/Documentation/networking/
Dnetconsole.txt93 mountpoint).
/Linux-v5.4/Documentation/admin-guide/mm/
Dtranshuge.rst252 ``mount -o remount,huge= /mountpoint`` works fine after mount: remounting

12