Searched refs:mountpoint (Results 1 – 3 of 3) sorted by relevance
28 struct mountpoint *mp = (struct mountpoint *)kzalloc(sizeof(struct mountpoint), 0); in do_mount()71 struct mountpoint *mount_find_mnt_list_by_parent(struct vfs_dir_entry_t *dentry) in mount_find_mnt_list_by_parent()74 struct mountpoint *ret = NULL; in mount_find_mnt_list_by_parent()81 struct mountpoint *tmp = container_of(list, struct mountpoint, mnt_list); in mount_find_mnt_list_by_parent()95 int mount_release_mountpoint(struct mountpoint *mp) in mount_release_mountpoint()
8 struct mountpoint struct68 struct mountpoint *mount_find_mnt_list_by_parent(struct vfs_dir_entry_t *dentry);76 int mount_release_mountpoint(struct mountpoint* mp);
212 struct mountpoint *mp = NULL; in rootfs_umount()