| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| 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 …]
|
| 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.
|
| D | fuse.rst | 253 permissions on the mountpoint and only allowing the mount if 255 access to the mountpoint, and mountpoint is not a "sticky"
|
| D | sharedsubtree.rst | 59 The above command replicates the mount at /mnt to the mountpoint /tmp 154 mount --make-shared mountpoint 155 mount --make-slave mountpoint 156 mount --make-private mountpoint 157 mount --make-unbindable mountpoint
|
| D | sysv-fs.rst | 18 mount [-r] -t sysv device mountpoint
|
| /kernel/linux/linux-5.10/tools/lib/api/fs/ |
| D | cgroup.c | 14 char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; in cgroupfs_find_mountpoint() local 32 mountpoint, type, tokens) == 3) { in cgroupfs_find_mountpoint() 40 strcpy(path_v1, mountpoint); in cgroupfs_find_mountpoint() 48 strcpy(path_v2, mountpoint); in cgroupfs_find_mountpoint()
|
| 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 | 284 const char *mountpoint; in fs__mount() local 289 mountpoint = mount_overload(fs); in fs__mount() 291 if (mount(NULL, mountpoint, fs->name, 0, NULL) < 0) in fs__mount()
|
| /kernel/linux/linux-5.10/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 | 703 static struct mountpoint *lookup_mountpoint(struct dentry *dentry) in lookup_mountpoint() 706 struct mountpoint *mp; in lookup_mountpoint() 717 static struct mountpoint *get_mountpoint(struct dentry *dentry) in get_mountpoint() 719 struct mountpoint *mp, *new = NULL; in get_mountpoint() 726 mountpoint: in get_mountpoint() 735 new = kmalloc(sizeof(struct mountpoint), GFP_KERNEL); in get_mountpoint() 745 goto mountpoint; in get_mountpoint() 771 static void __put_mountpoint(struct mountpoint *mp, struct list_head *list) in __put_mountpoint() 786 static void put_mountpoint(struct mountpoint *mp) in put_mountpoint() 821 static struct mountpoint *unhash_mnt(struct mount *mnt) in unhash_mnt() [all …]
|
| D | mount.h | 33 struct mountpoint { struct 66 struct mountpoint *mnt_mp; /* where is it mounted */
|
| D | pnode.c | 217 static struct mountpoint *mp; 288 int propagate_mnt(struct mount *dest_mnt, struct mountpoint *dest_mp, in propagate_mnt() 501 struct mountpoint *mp; in restore_mounts()
|
| D | namei.c | 1122 struct dentry *mountpoint; in follow_up() local 1131 mountpoint = dget(mnt->mnt_mountpoint); in follow_up() 1134 path->dentry = mountpoint; in follow_up() 1145 struct dentry *mountpoint = m->mnt_mountpoint; in choose_mountpoint_rcu() local 1148 if (unlikely(root->dentry == mountpoint && in choose_mountpoint_rcu() 1151 if (mountpoint != m->mnt.mnt_root) { in choose_mountpoint_rcu() 1153 path->dentry = mountpoint; in choose_mountpoint_rcu() 1154 *seqp = read_seqcount_begin(&mountpoint->d_seq); in choose_mountpoint_rcu()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
| D | resctrlfs.c | 64 char mountpoint[256]; in remount_resctrlfs() local 67 ret = find_resctrl_mount(mountpoint); in remount_resctrlfs() 69 strcpy(mountpoint, RESCTRL_PATH); in remount_resctrlfs() 71 if (!ret && mum_resctrlfs && umount(mountpoint)) { in remount_resctrlfs() 72 printf("not ok unmounting \"%s\"\n", mountpoint); in remount_resctrlfs()
|
| /kernel/liteos_a/fs/include/fs/ |
| D | mount.h | 69 const char *mountpoint,
|
| /kernel/linux/build/test/moduletest/runtest/bin/cpusetdecouple_cpuhotplug_t/testcases/bin/ |
| D | cpusetdecouple_cpuhotplug02.sh | 31 if mountpoint -q /dev/cpuset; then
|
| D | cpusetdecouple_cpuhotplug04.sh | 31 if mountpoint -q /dev/cpuset; then
|
| D | cpusetdecouple_cpuhotplug01.sh | 31 if mountpoint -q /dev/cpuset; then
|
| D | cpusetdecouple_cpuhotplug03.sh | 31 if mountpoint -q /dev/cpuset; then
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | mount.h | 102 extern struct vfsmount *vfs_submount(const struct dentry *mountpoint,
|
| /kernel/linux/linux-5.10/fs/cramfs/ |
| D | Kconfig | 50 the MTD partition named "xip_fs" on the /mnt mountpoint:
|
| /kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/ |
| D | bpftool-cgroup.rst | 52 bpftool uses cgroup v2 mountpoint.
|
| /kernel/linux/linux-5.10/Documentation/accounting/ |
| D | psi.rst | 180 into cgroups. Each subdirectory in the cgroupfs mountpoint contains
|
| /kernel/linux/linux-5.10/fs/xfs/ |
| D | Kconfig | 38 xfs_info against a filesystem mountpoint and checking for a string
|