Searched refs:mountpoint (Results 1 – 7 of 7) sorted by relevance
/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 | 702 static struct mountpoint *lookup_mountpoint(struct dentry *dentry) in lookup_mountpoint() 705 struct mountpoint *mp; in lookup_mountpoint() 716 static struct mountpoint *get_mountpoint(struct dentry *dentry) in get_mountpoint() 718 struct mountpoint *mp, *new = NULL; in get_mountpoint() 725 mountpoint: in get_mountpoint() 734 new = kmalloc(sizeof(struct mountpoint), GFP_KERNEL); in get_mountpoint() 744 goto mountpoint; in get_mountpoint() 770 static void __put_mountpoint(struct mountpoint *mp, struct list_head *list) in __put_mountpoint() 785 static void put_mountpoint(struct mountpoint *mp) in put_mountpoint() 820 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 | 1200 struct dentry *mountpoint; in follow_up() local 1209 mountpoint = dget(mnt->mnt_mountpoint); in follow_up() 1212 path->dentry = mountpoint; in follow_up() 1223 struct dentry *mountpoint = m->mnt_mountpoint; in choose_mountpoint_rcu() local 1226 if (unlikely(root->dentry == mountpoint && in choose_mountpoint_rcu() 1229 if (mountpoint != m->mnt.mnt_root) { in choose_mountpoint_rcu() 1231 path->dentry = mountpoint; in choose_mountpoint_rcu() 1232 *seqp = read_seqcount_begin(&mountpoint->d_seq); in choose_mountpoint_rcu()
|
/fs/cramfs/ |
D | Kconfig | 50 the MTD partition named "xip_fs" on the /mnt mountpoint:
|
/fs/xfs/ |
D | Kconfig | 38 xfs_info against a filesystem mountpoint and checking for a string
|