Lines Matching refs:disk
61 static rt_device_t disk[FF_VOLUMES] = {0}; variable
122 if (disk[index] == id) in get_disk()
154 disk[index] = mnt->dev_id; in dfs_elm_mount()
169 disk[index] = RT_NULL; in dfs_elm_mount()
186 disk[index] = RT_NULL; in dfs_elm_mount()
205 disk[index] = RT_NULL; in dfs_elm_mount()
233 disk[index] = RT_NULL; in dfs_elm_unmount()
291 disk[index] = dev_id; in dfs_elm_mkfs()
324 disk[index] = RT_NULL; in dfs_elm_mkfs()
1133 rt_device_t device = disk[drv]; in disk_read()
1148 rt_device_t device = disk[drv]; in disk_write()
1162 rt_device_t device = disk[drv]; in disk_ioctl()