Lines Matching refs:mountpoint
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()
1655 static int graft_tree(struct mount *mnt, struct mount *p, struct mountpoint *mp) in graft_tree()
1727 struct mountpoint *mp; in do_loopback()
1862 struct mountpoint *mp; in do_move_mount()
1952 struct mountpoint *mp; in do_add_mount()
2625 struct mountpoint *old_mp, *root_mp; in SYSCALL_DEFINE2()