Searched refs:mountpoint (Results 1 – 6 of 6) sorted by relevance
/fs/ |
D | pnode.h | 38 int propagate_mnt(struct mount *, struct mountpoint *, struct mount *, 46 void mnt_set_mountpoint(struct mount *, struct mountpoint *,
|
D | mount.h | 21 struct mountpoint { struct 49 struct mountpoint *mnt_mp; /* where is it mounted */
|
D | namespace.c | 612 static struct mountpoint *new_mountpoint(struct dentry *dentry) in new_mountpoint() 615 struct mountpoint *mp; in new_mountpoint() 627 mp = kmalloc(sizeof(struct mountpoint), GFP_KERNEL); in new_mountpoint() 645 static void put_mountpoint(struct mountpoint *mp) in put_mountpoint() 703 struct mountpoint *mp, in mnt_set_mountpoint() 718 struct mountpoint *mp) in attach_mnt() 1570 struct mountpoint *dest_mp, in attach_recursive_mnt() 1618 static struct mountpoint *lock_mount(struct path *path) in lock_mount() 1631 struct mountpoint *mp = new_mountpoint(dentry); in lock_mount() 1647 static void unlock_mount(struct mountpoint *where) in unlock_mount() [all …]
|
D | pnode.c | 202 static struct mountpoint *mp; 270 int propagate_mnt(struct mount *dest_mnt, struct mountpoint *dest_mp, in propagate_mnt()
|
D | namei.c | 888 struct dentry *mountpoint; in follow_up_rcu() local 893 mountpoint = mnt->mnt_mountpoint; in follow_up_rcu() 894 path->dentry = mountpoint; in follow_up_rcu() 913 struct dentry *mountpoint; in follow_up() local 922 mountpoint = dget(mnt->mnt_mountpoint); in follow_up() 925 path->dentry = mountpoint; in follow_up()
|
/fs/cifs/ |
D | README | 374 suid Allow remote files on this mountpoint with suid enabled to
|