Lines Matching refs:mountpoint
916 struct mountpoint *mp;
922 struct mountpoint *mp; in lookup_mountpoint()
936 struct mountpoint *mp __free(kfree) = NULL; in get_mountpoint()
944 mountpoint: in get_mountpoint()
953 mp = kmalloc(sizeof(struct mountpoint), GFP_KERNEL); in get_mountpoint()
962 goto mountpoint; in get_mountpoint()
983 static void maybe_free_mountpoint(struct mountpoint *mp, struct list_head *list) in maybe_free_mountpoint()
1050 struct mountpoint *mp; in __umount_mnt()
1076 struct mountpoint *mp, in mnt_set_mountpoint()
1112 struct mountpoint *mp) in attach_mnt()
1118 void mnt_change_mountpoint(struct mount *parent, struct mountpoint *mp, struct mount *mnt) in mnt_change_mountpoint()
1120 struct mountpoint *old_mp = mnt->mnt_mp; in mnt_change_mountpoint()
2624 struct mountpoint *dest_mp) in attach_recursive_mnt()
2630 struct mountpoint *shorter = NULL; in attach_recursive_mnt()
2706 struct mountpoint *mp = root.mp; in attach_recursive_mnt()
2850 static int graft_tree(struct mount *mnt, struct mount *p, struct mountpoint *mp) in graft_tree()
3221 static void mnt_warn_timestamp_expiry(struct path *mountpoint, struct vfsmount *mnt) in mnt_warn_timestamp_expiry() argument
3232 mntpath = d_path(mountpoint, buf, PAGE_SIZE); in mnt_warn_timestamp_expiry()
3473 const struct mountpoint *mp) in can_move_mount_beneath()
3688 static int do_add_mount(struct mount *newmnt, struct mountpoint *mp, in do_add_mount()
3721 static int do_new_mount_fc(struct fs_context *fc, struct path *mountpoint, in do_new_mount_fc() argument
3744 mnt_warn_timestamp_expiry(mountpoint, mnt); in do_new_mount_fc()
3746 error = lock_mount(mountpoint, &mp); in do_new_mount_fc()
3749 mountpoint, mnt_flags); in do_new_mount_fc()