Searched refs:vfs_mount_fs (Results 1 – 5 of 5) sorted by relevance
/DragonOS-0.1.2/kernel/src/filesystem/VFS/ |
D | VFS.h | 213 struct vfs_superblock_t *vfs_mount_fs(const char *path, char *name, struct block_device *blk);
|
D | VFS.c | 30 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/ |
D | devfs.c | 332 vfs_mount_fs(__devfs_mount_path, "DEVFS", NULL); in devfs_init()
|
/DragonOS-0.1.2/kernel/src/filesystem/procfs/ |
D | procfs.c | 504 vfs_mount_fs(__procfs_mount_path, "procfs", NULL); in procfs_init()
|
/DragonOS-0.1.2/kernel/src/filesystem/fat32/ |
D | fat32.c | 36 return vfs_mount_fs("/", "FAT32", blk_dev); in fat32_register_partition()
|