Lines Matching refs:pstore_info
931 static int erst_open_pstore(struct pstore_info *psi);
932 static int erst_close_pstore(struct pstore_info *psi);
935 bool *compressed, struct pstore_info *psi);
938 size_t size, struct pstore_info *psi);
940 struct timespec time, struct pstore_info *psi);
942 static struct pstore_info erst_info = {
974 static int erst_open_pstore(struct pstore_info *psi) in erst_open_pstore()
986 static int erst_close_pstore(struct pstore_info *psi) in erst_close_pstore()
995 bool *compressed, struct pstore_info *psi) in erst_reader()
1067 size_t size, struct pstore_info *psi) in erst_writer()
1116 struct timespec time, struct pstore_info *psi) in erst_clearer()