Searched refs:mountpoint (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/ |
D | pnode.h | 42 int propagate_mnt(struct mount *, struct mountpoint *, struct mount *, 50 void mnt_set_mountpoint(struct mount *, struct mountpoint *, 52 void mnt_change_mountpoint(struct mount *parent, struct mountpoint *mp,
|
D | mount.h | 27 struct mountpoint { struct 60 struct mountpoint *mnt_mp; /* where is it mounted */
|
D | namespace.c | 691 static struct mountpoint *lookup_mountpoint(struct dentry *dentry) in lookup_mountpoint() 694 struct mountpoint *mp; in lookup_mountpoint() 705 static struct mountpoint *get_mountpoint(struct dentry *dentry) in get_mountpoint() 707 struct mountpoint *mp, *new = NULL; in get_mountpoint() 714 mountpoint: in get_mountpoint() 723 new = kmalloc(sizeof(struct mountpoint), GFP_KERNEL); in get_mountpoint() 733 goto mountpoint; in get_mountpoint() 755 static void put_mountpoint(struct mountpoint *mp) in put_mountpoint() 833 struct mountpoint *mp, in mnt_set_mountpoint() 856 struct mountpoint *mp) in attach_mnt() [all …]
|
D | pnode.c | 218 static struct mountpoint *mp; 293 int propagate_mnt(struct mount *dest_mnt, struct mountpoint *dest_mp, in propagate_mnt() 507 struct mountpoint *mp; in restore_mounts()
|
D | namei.c | 1117 struct dentry *mountpoint; in follow_up() local 1126 mountpoint = dget(mnt->mnt_mountpoint); in follow_up() 1129 path->dentry = mountpoint; in follow_up() 1376 struct dentry *mountpoint = mnt->mnt_mountpoint; in follow_dotdot_rcu() local 1377 struct inode *inode2 = mountpoint->d_inode; in follow_dotdot_rcu() 1378 unsigned seq = read_seqcount_begin(&mountpoint->d_seq); in follow_dotdot_rcu() 1384 nd->path.dentry = mountpoint; in follow_dotdot_rcu()
|
/linux-4.19.296/include/linux/ |
D | mount.h | 96 extern struct vfsmount *vfs_submount(const struct dentry *mountpoint,
|
D | device.h | 1352 static inline int devtmpfs_mount(const char *mountpoint) { return 0; } in devtmpfs_mount() argument
|
/linux-4.19.296/fs/cramfs/ |
D | Kconfig | 49 the MTD partition named "xip_fs" on the /mnt mountpoint:
|