Searched refs:blk_dev (Results 1 – 2 of 2) sorted by relevance
193 struct vfs_superblock_t *fat32_register_partition(struct block_device *blk_dev, uint8_t part_num);
33 struct vfs_superblock_t *fat32_register_partition(struct block_device *blk_dev, uint8_t part_num) in fat32_register_partition() argument36 return vfs_mount_fs("/", "FAT32", blk_dev); in fat32_register_partition()