/openbmc/linux/fs/nfs/blocklayout/ |
H A D | dev.c | 112 dprintk("Too many volumes: %d\n", b->concat.volumes_count); in nfs4_block_decode_volume() 120 b->concat.volumes[i] = be32_to_cpup(p++); in nfs4_block_decode_volume() 130 dprintk("Too many volumes: %d\n", b->stripe.volumes_count); in nfs4_block_decode_volume() 138 b->stripe.volumes[i] = be32_to_cpup(p++); in nfs4_block_decode_volume() 231 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask); 236 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_simple() argument 238 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_simple() 329 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_scsi() argument 331 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_scsi() 384 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_slice() argument [all …]
|
/openbmc/u-boot/common/spl/ |
H A D | spl_ubi.c | 19 struct ubispl_load volumes[2]; in spl_ubi_load_image() local 49 volumes[0].vol_id = CONFIG_SPL_UBI_LOAD_KERNEL_ID; in spl_ubi_load_image() 50 volumes[0].load_addr = (void *)CONFIG_SYS_LOAD_ADDR; in spl_ubi_load_image() 51 volumes[1].vol_id = CONFIG_SPL_UBI_LOAD_ARGS_ID; in spl_ubi_load_image() 52 volumes[1].load_addr = (void *)CONFIG_SYS_SPL_ARGS_ADDR; in spl_ubi_load_image() 54 ret = ubispl_load_volumes(&info, volumes, 2); in spl_ubi_load_image() 56 header = (struct image_header *)volumes[0].load_addr; in spl_ubi_load_image() 65 volumes[0].vol_id = CONFIG_SPL_UBI_LOAD_MONITOR_ID; in spl_ubi_load_image() 66 volumes[0].load_addr = (void *)header; in spl_ubi_load_image() 68 ret = ubispl_load_volumes(&info, volumes, 1); in spl_ubi_load_image()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | VolumeCollection.json | 93 … "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Volumes", 94 …onService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Volumes", 95 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Volumes", 96 …edfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Volumes", 97 "/redfish/v1/Storage/{StorageId}/ConsistencyGroups/{ConsistencyGroupId}/Volumes", 101 "/redfish/v1/Storage/{StorageId}/Volumes", 102 …/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/ConsistencyGroups/{ConsistencyGroupId}/Volumes", 106 "/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Volumes", 107 … "/redfish/v1/StorageServices/{StorageServiceId}/ConsistencyGroups/{ConsistencyGroupId}/Volumes", 111 "/redfish/v1/StorageServices/{StorageServiceId}/Volumes", [all …]
|
H A D | Storage.v1_18_0.json | 54 "Disabled": "Do not automatically create volumes.", 55 "NonRAID": "Automatically create non-RAID volumes.", 56 "RAID0": "Automatically create RAID0 volumes.", 57 "RAID1": "Automatically create RAID1 volumes." 485 … "The percentage of controller resources used for performing a data consistency check on volumes.", 486 …all contain the percentage of controller resources used for checking data consistency on volumes.", 497 … "description": "The percentage of controller resources used for rebuilding/repairing volumes.", 498 … "This property shall contain the percentage of controller resources used for rebuilding volumes.", 509 …cription": "The percentage of controller resources used for transforming volumes from one configur… 510 …This property shall contain the percentage of controller resources used for transforming volumes.", [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | VolumeCollection_v1.xml | 46 …redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Volumes</String> 47 …ce/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Volumes</String> 48 … <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Volumes</String> 49 …v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Volumes</String> 50 … <String>/redfish/v1/Storage/{StorageId}/ConsistencyGroups/{ConsistencyGroupId}/Volumes</String> 54 <String>/redfish/v1/Storage/{StorageId}/Volumes</String> 55 …tems/{ComputerSystemId}/Storage/{StorageId}/ConsistencyGroups/{ConsistencyGroupId}/Volumes</String> 59 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Volumes</String> 60 …dfish/v1/StorageServices/{StorageServiceId}/ConsistencyGroups/{ConsistencyGroupId}/Volumes</String> 64 <String>/redfish/v1/StorageServices/{StorageServiceId}/Volumes</String> [all …]
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | ubi-media.h | 49 * open time. Should only be set on volumes that 74 * table of the UBI image. In this case, one of the volumes (e.g., the one 88 * Compatibility constants used by internal volumes. 227 * There are 2 sorts of volumes in UBI: user volumes and internal volumes. 228 * Internal volumes are not seen from outside and are used for various internal 230 * layout volume. Internal volumes are the main mechanism of UBI extensions. 232 * volumes have their own reserved range of IDs. 234 * The @compat field is only used for internal volumes and contains the "degree 235 * of their compatibility". It is always zero for user volumes. This field 245 * eraseblock if this is a static volume. In case of dynamic volumes, it does [all …]
|
H A D | Kconfig | 7 logical volumes on top of MTD devices, hides some complexities of 85 devices on top of UBI volumes: for each UBI volumes an MTD device is 92 bool "Read-only block devices on top of UBI volumes" 97 devices will be layered on top of UBI volumes, which means that the 100 volumes in read-only mode (e.g., ext4), but it is probably most
|
H A D | vmt.c | 52 * out that the volume was removed from the @ubi->volumes array. 62 if (!ubi->volumes[vol->vol_id]) { in vol_attribute_show() 166 if (!ubi->volumes[i]) { in ubi_create_volume() 185 if (ubi->volumes[vol_id]) { in ubi_create_volume() 192 if (ubi->volumes[i] && in ubi_create_volume() 193 ubi->volumes[i]->name_len == req->name_len && in ubi_create_volume() 194 !strcmp(ubi->volumes[i]->name, req->name)) { in ubi_create_volume() 260 ubi->volumes[vol_id] = vol; in ubi_create_volume() 309 ubi->volumes[vol_id] = NULL; in ubi_create_volume() 341 ubi_assert(vol == ubi->volumes[vol_id]); in ubi_remove_volume() [all …]
|
H A D | vtbl.c | 30 * information about how much data static volumes contain. 60 * ubi_update_layout_vol - helper for updatting layout volumes on flash 68 layout_vol = ubi->volumes[vol_id2idx(ubi, UBI_LAYOUT_VOLUME_ID)]; in ubi_update_layout_vol() 113 * ubi_vtbl_rename_volumes - rename UBI volumes in the volume table. 117 * This function re-names multiple volumes specified in @req in the volume 258 ubi_err(ubi, "volumes %d and %d have the same name \"%s\"", in vtbl_check() 511 * init_volumes - initialize volume information for existing volumes. 516 * This function allocates volume description objects for existing volumes. 565 ubi_assert(!ubi->volumes[i]); in init_volumes() 566 ubi->volumes[i] = vol; in init_volumes() [all …]
|
H A D | build.c | 178 * ubi_notify_all - send a notification to all volumes. 183 * This function walks all volumes of UBI device @ubi and sends the @ntype 199 * change @ubi->volumes, we do not have to lock in ubi_notify_all() 202 if (!ubi->volumes[i]) in ubi_notify_all() 205 ubi_do_get_volume_info(ubi, ubi->volumes[i], &nt.vi); in ubi_notify_all() 219 * ubi_enumerate_volumes - send "add" notification for all existing volumes. 222 * This function walks all UBI devices and volumes and sends the 411 * kill_volumes - destroy all user volumes. 419 if (ubi->volumes[i]) in kill_volumes() 420 ubi_free_volume(ubi, ubi->volumes[i]); in kill_volumes() [all …]
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | ubi-media.h | 72 * table of the UBI image. In this case, one of the volumes (e.g., the one 85 * Compatibility constants used by internal volumes. 224 * There are 2 sorts of volumes in UBI: user volumes and internal volumes. 225 * Internal volumes are not seen from outside and are used for various internal 227 * layout volume. Internal volumes are the main mechanism of UBI extensions. 229 * volumes have their own reserved range of IDs. 231 * The @compat field is only used for internal volumes and contains the "degree 232 * of their compatibility". It is always zero for user volumes. This field 242 * eraseblock if this is a static volume. In case of dynamic volumes, it does 248 * The @data_size field is used only for static volumes because UBI has to know [all …]
|
H A D | vmt.c | 59 * out that the volume was removed from the @ubi->volumes array. 73 if (!ubi->volumes[vol->vol_id]) { in vol_attribute_show() 170 if (!ubi->volumes[i]) { in ubi_create_volume() 189 if (ubi->volumes[vol_id]) { in ubi_create_volume() 196 if (ubi->volumes[i] && in ubi_create_volume() 197 ubi->volumes[i]->name_len == req->name_len && in ubi_create_volume() 198 !strcmp(ubi->volumes[i]->name, req->name)) { in ubi_create_volume() 305 ubi->volumes[vol_id] = vol; in ubi_create_volume() 362 ubi_assert(vol == ubi->volumes[vol_id]); in ubi_remove_volume() 376 ubi->volumes[vol_id] = NULL; in ubi_remove_volume() [all …]
|
H A D | vtbl.c | 30 * information about how much data static volumes contain. 66 * ubi_update_layout_vol - helper for updatting layout volumes on flash 74 layout_vol = ubi->volumes[vol_id2idx(ubi, UBI_LAYOUT_VOLUME_ID)]; in ubi_update_layout_vol() 119 * ubi_vtbl_rename_volumes - rename UBI volumes in the volume table. 123 * This function re-names multiple volumes specified in @req in the volume 268 ubi_err(ubi, "volumes %d and %d have the same name \"%s\"", 518 * init_volumes - initialize volume information for existing volumes. 523 * This function allocates volume description objects for existing volumes. 569 ubi_assert(!ubi->volumes[i]); 570 ubi->volumes[i] = vol; [all …]
|
/openbmc/u-boot/include/mtd/ |
H A D | ubi-user.h | 32 * UBI volumes are created via the %UBI_IOCMKVOL ioctl command of UBI character 50 * UBI volumes re-name 53 * To re-name several volumes atomically at one go, the %UBI_IOCRNVOL command 125 * Block devices on UBI volumes 157 /* Re-name volumes */ 199 /* Maximum amount of UBI volumes that can be re-named at one go */ 218 * eraseblocks on dynamic volumes 286 * This structure is used by user-space programs when creating new volumes. The 287 * @used_bytes field is only necessary when creating static volumes. 321 * Re-sizing is possible for both dynamic and static volumes. But while dynamic [all …]
|
/openbmc/linux/include/uapi/mtd/ |
H A D | ubi-user.h | 46 * UBI volumes are created via the %UBI_IOCMKVOL ioctl command of UBI character 64 * UBI volumes re-name 67 * To re-name several volumes atomically at one go, the %UBI_IOCRNVOL command 139 * Block devices on UBI volumes 171 /* Re-name volumes */ 218 /* Maximum amount of UBI volumes that can be re-named at one go */ 237 * eraseblocks on dynamic volumes 303 * open time. Only valid for static volumes and 325 * This structure is used by user-space programs when creating new volumes. The 326 * @used_bytes field is only necessary when creating static volumes. [all …]
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-class-ubi | 31 device may have many UBI volumes) 71 volumes may have smaller logical eraseblock size because of their 86 Maximum number of volumes which this UBI device may have. 132 Count of volumes on this UBI device. 140 etc directories describe UBI volumes on UBI device X (volumes 168 only for static volumes, and for dynamic volume it equivalent 199 Volume type. Contains ASCII "dynamic\n" for dynamic volumes and 200 "static\n" for static volumes.
|
/openbmc/libbej/test/json/ |
H A D | drive_oem.json | 84 "Volumes": [ array 86 "@odata.id": "/redfish/v1/Systems/1/Storage/1/Volumes/1" 89 "@odata.id": "/redfish/v1/Systems/1/Storage/1/Volumes/2" 92 "@odata.id": "/redfish/v1/Systems/1/Storage/1/Volumes/3"
|
/openbmc/u-boot/include/ |
H A D | ubispl.h | 28 * Defines the maximum number of volumes in which UBISPL is 31 * want to load from the SPL anyway. So the volumes which can be 81 * ubispl_load_volumes - Scan flash and load volumes 83 * @lovls: Pointer to array of volumes to load
|
/openbmc/u-boot/doc/ |
H A D | README.ubi | 64 UBI: max. allowed volumes: 128 66 UBI: number of internal volumes: 1 67 UBI: number of user volumes: 1 131 UBI: max. allowed volumes: 128 133 UBI: number of internal volumes: 1 134 UBI: number of user volumes: 1
|
/openbmc/linux/include/linux/mtd/ |
H A D | ubi.h | 50 * @corrupted: non-zero if the volume is corrupted (static volumes only) 59 * The @corrupted flag is only relevant to static volumes and is always zero 80 * volumes and contain the number of bytes stored in this static volume and how 81 * many eraseblock this data occupies. In case of dynamic volumes, the 158 * Volumes of this UBI device may have smaller logical eraseblock size if their 222 /* UBI descriptor given to users when they open UBI volumes */
|
/openbmc/u-boot/cmd/ |
H A D | ubi.c | 43 if (!ubi->volumes[i]) in display_volume_info() 45 ubi_dump_vol_info(ubi->volumes[i]); in display_volume_info() 62 ubi_msg("max. allowed volumes: %d", ubi->vtbl_slots); in display_ubi_info() 64 ubi_msg("number of internal volumes: %d", UBI_INT_VOL_COUNT); in display_ubi_info() 65 ubi_msg("number of user volumes: %d", in display_ubi_info() 94 if (!ubi->volumes[i]) in ubi_check() 97 if (!ubi_check_volumename(ubi->volumes[i], name)) in ubi_check() 184 vol = ubi->volumes[i]; in ubi_find_volume() 223 ubi->volumes[vol->vol_id]->eba_tbl = NULL; in ubi_remove_vol() 224 ubi->volumes[vol->vol_id] = NULL; in ubi_remove_vol()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Storage.v1_18_0.json | 54 "Disabled": "Do not automatically create volumes.", 55 "NonRAID": "Automatically create non-RAID volumes.", 56 "RAID0": "Automatically create RAID0 volumes.", 57 "RAID1": "Automatically create RAID1 volumes." 485 … "The percentage of controller resources used for performing a data consistency check on volumes.", 486 …all contain the percentage of controller resources used for checking data consistency on volumes.", 497 … "description": "The percentage of controller resources used for rebuilding/repairing volumes.", 498 … "This property shall contain the percentage of controller resources used for rebuilding volumes.", 509 …cription": "The percentage of controller resources used for transforming volumes from one configur… 510 …This property shall contain the percentage of controller resources used for transforming volumes.", [all …]
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | ubi.h | 52 * @corrupted: non-zero if the volume is corrupted (static volumes only) 61 * The @corrupted flag is only relevant to static volumes and is always zero 82 * volumes and contain the number of bytes stored in this static volume and how 83 * many eraseblock this data occupies. In case of dynamic volumes, the 161 * Volumes of this UBI device may have smaller logical eraseblock size if their 227 /* UBI descriptor given to users when they open UBI volumes */
|
/openbmc/linux/include/sound/ |
H A D | ak4xxx-adda.h | 49 unsigned char volumes[AK4XXX_IMAGE_SIZE]; /* saved volume values */ member 81 (ak)->volumes[(chip) * 16 + (reg)] 83 ((ak)->volumes[(chip) * 16 + (reg)] = (val))
|
/openbmc/linux/fs/afs/ |
H A D | vl_alias.c | 116 * Compare the fileserver lists of two volumes. The server lists are sorted in 154 * Compare root.cell volumes. 195 if (!RB_EMPTY_ROOT(&p->volumes)) in afs_query_for_alias_one() 196 pvol = afs_get_volume(rb_entry(p->volumes.rb_node, in afs_query_for_alias_one() 232 * Query the new cell for volumes we know exist in cells we're already using. 246 if (RB_EMPTY_ROOT(&p->volumes)) in afs_query_for_alias()
|