Searched refs:psi (Results 1 – 4 of 4) sorted by relevance
/fs/pstore/ |
D | platform.c | 620 struct pstore_info *psi) in pstore_write_compat() argument 622 return psi->write_buf(type, reason, id, part, psinfo->buf, compressed, in pstore_write_compat() 623 size, psi); in pstore_write_compat() 631 struct pstore_info *psi) in pstore_write_buf_user_compat() argument 650 ret = psi->write_buf(type, reason, id, part, psinfo->buf, in pstore_write_buf_user_compat() 651 compressed, c, psi); in pstore_write_buf_user_compat() 667 int pstore_register(struct pstore_info *psi) in pstore_register() argument 669 struct module *owner = psi->owner; in pstore_register() 671 if (backend && strcmp(backend, psi->name)) in pstore_register() 680 if (!psi->write) in pstore_register() [all …]
|
D | inode.c | 50 struct pstore_info *psi; member 200 if (p->psi->erase) in pstore_unlink() 201 p->psi->erase(p->type, p->id, p->count, in pstore_unlink() 202 d_inode(dentry)->i_ctime, p->psi); in pstore_unlink() 302 struct timespec time, struct pstore_info *psi) in pstore_mkfile() argument 316 pos->psi == psi) { in pstore_mkfile() 337 private->psi = psi; in pstore_mkfile()
|
D | ram.c | 114 static int ramoops_pstore_open(struct pstore_info *psi) in ramoops_pstore_open() argument 116 struct ramoops_context *cxt = psi->data; in ramoops_pstore_open() 187 struct pstore_info *psi) in ramoops_pstore_read() argument 190 struct ramoops_context *cxt = psi->data; in ramoops_pstore_read() 274 struct pstore_info *psi) in ramoops_pstore_write_buf() argument 276 struct ramoops_context *cxt = psi->data; in ramoops_pstore_write_buf() 339 struct pstore_info *psi) in ramoops_pstore_write_buf_user() argument 342 struct ramoops_context *cxt = psi->data; in ramoops_pstore_write_buf_user() 353 struct timespec time, struct pstore_info *psi) in ramoops_pstore_erase() argument 355 struct ramoops_context *cxt = psi->data; in ramoops_pstore_erase()
|
D | internal.h | 65 struct pstore_info *psi);
|