Searched refs:ramoops_get_next_prz (Results 1 – 1 of 1) sorted by relevance
/linux/fs/pstore/ |
H A D | ram.c | 123 ramoops_get_next_prz(struct persistent_ram_zone *przs[], int id, in ramoops_get_next_prz() function 201 prz = ramoops_get_next_prz(cxt->dprzs, cxt->dump_read_cnt++, in ramoops_pstore_read() 217 prz = ramoops_get_next_prz(&cxt->cprz, 0 /* single */, record); in ramoops_pstore_read() 220 prz = ramoops_get_next_prz(&cxt->mprz, 0 /* single */, record); in ramoops_pstore_read() 226 prz = ramoops_get_next_prz(cxt->fprzs, 0 /* single */, in ramoops_pstore_read() 243 prz_next = ramoops_get_next_prz(cxt->fprzs, in ramoops_pstore_read()
|