Searched refs:fpszs (Results 1 – 1 of 1) sorted by relevance
115 struct pstore_zone **fpszs; member326 if (cxt->fpszs) in psz_flush_all_dirty_zones()715 return psz_record_erase(cxt, cxt->fpszs[record->id]); in psz_pstore_erase()897 if (!cxt->fpszs) in psz_pstore_write()922 return cxt->fpszs[cxt->ftrace_read_cnt++]; in psz_read_next_zone()1146 if (cxt->fpszs) in psz_free_all_zones()1147 psz_free_zones(&cxt->fpszs, &cxt->ftrace_max_cnt); in psz_free_all_zones()1259 cxt->fpszs = psz_init_zones(PSTORE_TYPE_FTRACE, &off, in psz_alloc_zones()1263 if (IS_ERR(cxt->fpszs)) { in psz_alloc_zones()1264 err = PTR_ERR(cxt->fpszs); in psz_alloc_zones()[all …]
Completed in 5 milliseconds