Searched defs:raidframe (Results 1 – 2 of 2) sorted by relevance
120 struct raidframe { struct121 int last_unit;122 int serial;123 int biosdev;124 int parent_part;126 char parent_name[MAXDEVNAME + 1];128 daddr_t offset;129 daddr_t size;797 raidframe_probe(struct raidframe *raidframe, int *raidframe_count, in raidframe_probe()840 struct raidframe raidframe[RAIDFRAME_NDEV]; in biosdisk_probe() local[all …]
184 efi_raidframe_probe(struct efi_raidframe *raidframe, int *raidframe_count, in efi_raidframe_probe()221 struct efi_raidframe raidframe[RAIDFRAME_NDEV]; in efi_disk_show() local