Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpstore_blk.h53 int pstore_blk_get_config(struct pstore_blk_config *info);
/Linux-v6.6/fs/pstore/
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);
/Linux-v6.6/drivers/mtd/
Dmtdpstore.c548 ret = pstore_blk_get_config(info); in mtdpstore_init()