Searched refs:pstore_info (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/linux/ |
D | pstore.h | 49 struct pstore_info { struct 57 int (*open)(struct pstore_info *psi); argument 58 int (*close)(struct pstore_info *psi); argument 61 bool *compressed, struct pstore_info *psi); argument 65 size_t size, struct pstore_info *psi); argument 69 size_t size, struct pstore_info *psi); argument 72 struct pstore_info *psi); argument 78 extern int pstore_register(struct pstore_info *); argument 79 extern void pstore_unregister(struct pstore_info *);
|
/linux-4.4.14/drivers/firmware/efi/ |
D | efi-pstore.c | 19 static int efi_pstore_open(struct pstore_info *psi) in efi_pstore_open() 25 static int efi_pstore_close(struct pstore_info *psi) in efi_pstore_close() 213 struct pstore_info *psi) in efi_pstore_read() 241 struct pstore_info *psi) in efi_pstore_write() 322 struct timespec time, struct pstore_info *psi) in efi_pstore_erase() 356 static struct pstore_info efi_pstore_info = {
|
/linux-4.4.14/fs/pstore/ |
D | internal.h | 58 extern struct pstore_info *psinfo; 65 struct pstore_info *psi);
|
D | platform.c | 67 struct pstore_info *psinfo; 428 struct pstore_info *psi) in pstore_write_compat() 441 int pstore_register(struct pstore_info *psi) in pstore_register() 498 void pstore_unregister(struct pstore_info *psi) in pstore_unregister() 520 struct pstore_info *psi = psinfo; in pstore_get_records()
|
D | ram.c | 106 struct pstore_info pstore; 112 static int ramoops_pstore_open(struct pstore_info *psi) in ramoops_pstore_open() 184 struct pstore_info *psi) in ramoops_pstore_read() 272 struct pstore_info *psi) in ramoops_pstore_write_buf() 333 struct timespec time, struct pstore_info *psi) in ramoops_pstore_erase()
|
D | inode.c | 50 struct pstore_info *psi; 303 struct timespec time, struct pstore_info *psi) in pstore_mkfile()
|
/linux-4.4.14/drivers/acpi/apei/ |
D | erst.c | 928 static int erst_open_pstore(struct pstore_info *psi); 929 static int erst_close_pstore(struct pstore_info *psi); 932 bool *compressed, struct pstore_info *psi); 935 size_t size, struct pstore_info *psi); 937 struct timespec time, struct pstore_info *psi); 939 static struct pstore_info erst_info = { 971 static int erst_open_pstore(struct pstore_info *psi) in erst_open_pstore() 983 static int erst_close_pstore(struct pstore_info *psi) in erst_close_pstore() 992 bool *compressed, struct pstore_info *psi) in erst_reader() 1064 size_t size, struct pstore_info *psi) in erst_writer() [all …]
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | nvram_64.c | 384 static int nvram_pstore_open(struct pstore_info *psi) in nvram_pstore_open() 411 struct pstore_info *psi) in nvram_pstore_write() 448 bool *compressed, struct pstore_info *psi) in nvram_pstore_read() 560 static struct pstore_info nvram_pstore_info = {
|