Home
last modified time | relevance | path

Searched refs:mountpoint (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.2/kernel/src/filesystem/VFS/
Dmount.c28 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()
Dmount.h8 struct mountpoint struct
68 struct mountpoint *mount_find_mnt_list_by_parent(struct vfs_dir_entry_t *dentry);
76 int mount_release_mountpoint(struct mountpoint* mp);
/DragonOS-0.1.2/kernel/src/filesystem/rootfs/
Drootfs.c212 struct mountpoint *mp = NULL; in rootfs_umount()