Home
last modified time | relevance | path

Searched refs:fpszs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/pstore/
H A Dzone.c95 * @fpszs: ftrace storage zones
102 * @ftrace_max_cnt: max count of @fpszs
117 struct pstore_zone **fpszs; member
330 if (cxt->fpszs) in psz_flush_all_dirty_zones()
331 ret |= psz_flush_dirty_zones(cxt->fpszs, cxt->ftrace_max_cnt); in psz_flush_all_dirty_zones()
630 ret = psz_recover_zones(cxt, cxt->fpszs, cxt->ftrace_max_cnt); in psz_recovery()
726 return psz_record_erase(cxt, cxt->fpszs[record->id]); in psz_pstore_erase()
910 if (!cxt->fpszs) in psz_pstore_write()
912 return psz_record_write(cxt->fpszs[zonenum], record); in psz_pstore_write()
937 return cxt->fpszs[cx in psz_read_next_zone()
[all...]
/kernel/linux/linux-6.6/fs/pstore/
H A Dzone.c95 * @fpszs: ftrace storage zones
101 * @ftrace_max_cnt: max count of @fpszs
115 struct pstore_zone **fpszs; member
326 if (cxt->fpszs) in psz_flush_all_dirty_zones()
327 ret |= psz_flush_dirty_zones(cxt->fpszs, cxt->ftrace_max_cnt); in psz_flush_all_dirty_zones()
620 ret = psz_recover_zones(cxt, cxt->fpszs, cxt->ftrace_max_cnt); in psz_recovery()
715 return psz_record_erase(cxt, cxt->fpszs[record->id]); in psz_pstore_erase()
897 if (!cxt->fpszs) in psz_pstore_write()
899 return psz_record_write(cxt->fpszs[zonenum], record); in psz_pstore_write()
922 return cxt->fpszs[cx in psz_read_next_zone()
[all...]

Completed in 3 milliseconds