Home
last modified time | relevance | path

Searched refs:vfs_mount_fs (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.2/kernel/src/filesystem/VFS/
DVFS.h213 struct vfs_superblock_t *vfs_mount_fs(const char *path, char *name, struct block_device *blk);
DVFS.c30 struct vfs_superblock_t *vfs_mount_fs(const char *path, char *name, struct block_device *blk) in vfs_mount_fs() function
/DragonOS-0.1.2/kernel/src/filesystem/devfs/
Ddevfs.c332 vfs_mount_fs(__devfs_mount_path, "DEVFS", NULL); in devfs_init()
/DragonOS-0.1.2/kernel/src/filesystem/procfs/
Dprocfs.c504 vfs_mount_fs(__procfs_mount_path, "procfs", NULL); in procfs_init()
/DragonOS-0.1.2/kernel/src/filesystem/fat32/
Dfat32.c36 return vfs_mount_fs("/", "FAT32", blk_dev); in fat32_register_partition()