Searched refs:partition (Results 1 – 9 of 9) sorted by relevance
22 | name | Flash partition name |25 ## Get the partition table36 ## Temporarily set the partition table47 | len | Length of the partition table |49 ## Read data from partition63 ## Write data to partition77 ## Erase partition data90 ## Erase the entire partition data101 ## Print partition table117 | parition_name | partition name |[all …]
14 bool "FAL partition table config has defined on 'fal_cfg.h'"17 If defined partition table on 'fal_cfg.h' please enable this option.18 When this option is disable, it will auto find and load the partition table19 on a specified location in flash partition.24 string "The flash device which saving partition table"27 It will auto find the partition table on this flash device.33 The auto find and load the partition table process is forward from this
76 blk->partition.offset = start; in blk_put_partition()77 blk->partition.size = count; in blk_put_partition()78 blk->partition.lock = &disk->usr_lock; in blk_put_partition()
111 rt_memcpy(args, &blk->partition, sizeof(blk->partition)); in blk_dev_control()
24 int "mmcsd max partition"
86 struct dfs_partition partition; member
21 Fixed a problem on small (<32M) partition.167 f_mkfs() supports multiple partition to complete the multiple partition feature.310 …Fixed f_fdisk() and f_mkfs() create the partition table with wrong CHS parameters. (appeared at R0…334 Added support for 64-bit LBA and GUID partition table (FF_LBA64 = 1)339 …Fixed f_mkfs() function can fail to create exFAT volume in the second partition. (appeared at R0.1…
82 /* partition table */
Completed in 10 milliseconds