Lines Matching refs:mountpoint
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()
1951 static struct mountpoint *lock_mount(struct path *path) in lock_mount()
1964 struct mountpoint *mp = lookup_mountpoint(dentry); in lock_mount()
1982 static void unlock_mount(struct mountpoint *where) in unlock_mount()
1990 static int graft_tree(struct mount *mnt, struct mount *p, struct mountpoint *mp) in graft_tree()
2075 struct mountpoint *mp; in do_loopback()
2238 struct mountpoint *mp; in do_move_mount()
2331 struct mountpoint *mp; in do_add_mount()
2982 struct mountpoint *old_mp, *root_mp; in SYSCALL_DEFINE2()