Home
last modified time | relevance | path

Searched refs:pstore_blk_get_config (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dpstore_blk.h53 int pstore_blk_get_config(struct pstore_blk_config *info);
/openbmc/linux/fs/pstore/
H A Dblk.c242 int pstore_blk_get_config(struct pstore_blk_config *info) in pstore_blk_get_config() function
253 EXPORT_SYMBOL_GPL(pstore_blk_get_config);
/openbmc/linux/drivers/mtd/
H A Dmtdpstore.c548 ret = pstore_blk_get_config(info); in mtdpstore_init()