Home
last modified time | relevance | path

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

/openbmc/linux/fs/pstore/
H A Dzone.c113 struct pstore_zone *ppsz; member
320 if (cxt->ppsz) in psz_flush_all_dirty_zones()
321 ret |= psz_flush_dirty_zone(cxt->ppsz); in psz_flush_all_dirty_zones()
612 ret = psz_recover_zone(cxt, cxt->ppsz); in psz_recovery()
709 return psz_record_erase(cxt, cxt->ppsz); in psz_pstore_erase()
926 zone = cxt->ppsz; in psz_read_next_zone()
1144 if (cxt->ppsz) in psz_free_all_zones()
1145 psz_free_zone(&cxt->ppsz); in psz_free_all_zones()
1245 if (IS_ERR(cxt->ppsz)) { in psz_alloc_zones()
1246 err = PTR_ERR(cxt->ppsz); in psz_alloc_zones()
[all …]