Searched refs:mountpoint (Results 1 – 6 of 6) sorted by relevance
/fs/ |
D | pnode.h | 40 int propagate_mnt(struct mount *, struct mountpoint *, struct mount *, 49 void mnt_set_mountpoint(struct mount *, struct mountpoint *, 51 void mnt_change_mountpoint(struct mount *parent, struct mountpoint *mp,
|
D | namespace.c | 688 static struct mountpoint *lookup_mountpoint(struct dentry *dentry) in lookup_mountpoint() 691 struct mountpoint *mp; in lookup_mountpoint() 702 static struct mountpoint *get_mountpoint(struct dentry *dentry) in get_mountpoint() 704 struct mountpoint *mp, *new = NULL; in get_mountpoint() 711 mountpoint: in get_mountpoint() 720 new = kmalloc(sizeof(struct mountpoint), GFP_KERNEL); in get_mountpoint() 730 goto mountpoint; in get_mountpoint() 756 static void __put_mountpoint(struct mountpoint *mp, struct list_head *list) in __put_mountpoint() 771 static void put_mountpoint(struct mountpoint *mp) in put_mountpoint() 806 static struct mountpoint *unhash_mnt(struct mount *mnt) in unhash_mnt() [all …]
|
D | mount.h | 27 struct mountpoint { struct 60 struct mountpoint *mnt_mp; /* where is it mounted */
|
D | pnode.c | 217 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()
|
D | namei.c | 1203 struct dentry *mountpoint; in follow_up() local 1212 mountpoint = dget(mnt->mnt_mountpoint); in follow_up() 1215 path->dentry = mountpoint; in follow_up() 1462 struct dentry *mountpoint = mnt->mnt_mountpoint; in follow_dotdot_rcu() local 1463 struct inode *inode2 = mountpoint->d_inode; in follow_dotdot_rcu() 1464 unsigned seq = read_seqcount_begin(&mountpoint->d_seq); in follow_dotdot_rcu() 1470 nd->path.dentry = mountpoint; in follow_dotdot_rcu()
|
/fs/cramfs/ |
D | Kconfig | 50 the MTD partition named "xip_fs" on the /mnt mountpoint:
|