/linux-4.4.14/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 | autofs4-mount-control.txt | 366 Check if the given path is a mountpoint. 375 number (described below) or 0 if it isn't a mountpoint. In both cases 381 the descriptor corresponds to is considered a mountpoint if it is itself 382 a mountpoint or contains a mount, such as a multi-mount without a root 385 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 | vfs.txt | 101 will be attached to the mountpoint, so that when pathname resolution 102 reaches the mountpoint it will jump into the root of that vfsmount. 966 as well as procfs-style symlinks and mountpoint traversal. 1037 mountpoint and will remove the vfsmount from its expiration list in 1048 waiting to explore behind a 'mountpoint' whilst letting the daemon go
|
/linux-4.4.14/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 | fs.c | 234 const char *mountpoint; in fs__mount() local 239 mountpoint = mount_overload(fs); in fs__mount() 241 if (mount(NULL, mountpoint, fs->name, 0, NULL) < 0) in fs__mount()
|
D | tracing_path.h | 9 void tracing_path_set(const char *mountpoint);
|
/linux-4.4.14/tools/perf/util/ |
D | cgroup.c | 14 char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; in cgroupfs_find_mountpoint() local 29 mountpoint, type, tokens) == 3) { in cgroupfs_find_mountpoint() 50 if (strlen(mountpoint) < maxlen) { in cgroupfs_find_mountpoint() 51 strcpy(buf, mountpoint); in cgroupfs_find_mountpoint()
|
/linux-4.4.14/fs/ |
D | pnode.h | 42 int propagate_mnt(struct mount *, struct mountpoint *, struct mount *, 50 void mnt_set_mountpoint(struct mount *, struct mountpoint *,
|
D | mount.h | 23 struct mountpoint { struct 56 struct mountpoint *mnt_mp; /* where is it mounted */
|
D | namespace.c | 729 static struct mountpoint *lookup_mountpoint(struct dentry *dentry) in lookup_mountpoint() 732 struct mountpoint *mp; in lookup_mountpoint() 746 static struct mountpoint *new_mountpoint(struct dentry *dentry) in new_mountpoint() 749 struct mountpoint *mp; in new_mountpoint() 752 mp = kmalloc(sizeof(struct mountpoint), GFP_KERNEL); in new_mountpoint() 769 static void put_mountpoint(struct mountpoint *mp) in put_mountpoint() 847 struct mountpoint *mp, in mnt_set_mountpoint() 863 struct mountpoint *mp) in attach_mnt() 1556 struct mountpoint *mp; in __detach_mounts() 1899 struct mountpoint *dest_mp, in attach_recursive_mnt() [all …]
|
D | pnode.c | 202 static struct mountpoint *mp; 278 int propagate_mnt(struct mount *dest_mnt, struct mountpoint *dest_mp, in propagate_mnt()
|
D | dcache.c | 1458 struct dentry *mountpoint; member 1466 data->mountpoint = dentry; in detach_and_collect() 1477 if (!data->mountpoint && !data->select.found) in check_and_drop() 1512 data.mountpoint = NULL; in d_invalidate() 1522 if (data.mountpoint) { in d_invalidate() 1523 detach_mounts(data.mountpoint); in d_invalidate() 1524 dput(data.mountpoint); in d_invalidate() 1527 if (!data.mountpoint && !data.select.found) in d_invalidate()
|
D | namei.c | 1059 struct dentry *mountpoint; in follow_up() local 1068 mountpoint = dget(mnt->mnt_mountpoint); in follow_up() 1071 path->dentry = mountpoint; in follow_up() 1320 struct dentry *mountpoint = mnt->mnt_mountpoint; in follow_dotdot_rcu() local 1321 struct inode *inode2 = mountpoint->d_inode; in follow_dotdot_rcu() 1322 unsigned seq = read_seqcount_begin(&mountpoint->d_seq); in follow_dotdot_rcu() 1328 nd->path.dentry = mountpoint; in follow_dotdot_rcu()
|
/linux-4.4.14/Documentation/fault-injection/ |
D | provoke-crashes.txt | 30 <mountpoint>/provoke-crash/<crashpoint>. E.g.,
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | info.txt | 7 Each mountpoint is associated with a special index via this option. 61 Mount filesystem with given index $idx to /mnt mountpoint.
|
/linux-4.4.14/Documentation/networking/ |
D | netconsole.txt | 93 mountpoint).
|
/linux-4.4.14/include/linux/ |
D | device.h | 1089 static inline int devtmpfs_mount(const char *mountpoint) { return 0; } in devtmpfs_mount() argument
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 374 suid Allow remote files on this mountpoint with suid enabled to
|