Home
last modified time | relevance | path

Searched refs:partition_t (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mtd/
H A Dftl.c110 typedef struct partition_t { struct
131 } partition_t; argument
151 static int scan_header(partition_t *part) in scan_header()
192 static int build_maps(partition_t *part) in build_maps()
328 static int erase_xfer(partition_t *part, in erase_xfer()
370 static int prepare_xfer(partition_t *part, int i) in prepare_xfer()
428 static int copy_erase_unit(partition_t *part, uint16_t srcunit, in copy_erase_unit()
568 static int reclaim_block(partition_t *part) in reclaim_block()
675 static void dump_lists(partition_t *part) in dump_lists()
687 static uint32_t find_free(partition_t *part) in find_free()
[all …]
/openbmc/qemu/block/
H A Dvvfat.c227 typedef struct partition_t { struct
234 } QEMU_PACKED partition_t; argument
240 partition_t partition[4];
369 partition_t* partition = &(real_mbr->partition[0]); in init_mbr()