Lines Matching refs:pstore_info
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()
1113 struct timespec time, struct pstore_info *psi) in erst_clearer()