Searched refs:pstore_zone_info (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dpstore_zone.h12 * struct pstore_zone_info - pstore/zone back-end driver structure
41 struct pstore_zone_info { struct
57 extern int register_pstore_zone(struct pstore_zone_info *info);
58 extern void unregister_pstore_zone(struct pstore_zone_info *info);
H A Dpstore_blk.h16 * @zone: The struct pstore_zone_info details.
21 struct pstore_zone_info zone;
/linux-master/fs/pstore/
H A Dzone.c107 * @pstore_zone_info_lock: lock to @pstore_zone_info
108 * @pstore_zone_info: information from backend
137 struct pstore_zone_info *pstore_zone_info; member in struct:psz_context
203 struct pstore_zone_info *info = pstore_zone_cxt.pstore_zone_info;
328 if (ret && cxt->pstore_zone_info)
334 struct pstore_zone_info *info = cxt->pstore_zone_info;
373 struct pstore_zone_info *inf
[all...]

Completed in 113 milliseconds