Welcome to mirror list, hosted at ThFree Co, Russian Federation.

irmap.h « include - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3938d07be5177f1043018760275a9cc79b5b2ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __CR_IRMAP__H__
#define __CR_IRMAP__H__
char *irmap_lookup(unsigned int s_dev, unsigned long i_ino);
struct _FhEntry;
int irmap_queue_cache(unsigned int dev, unsigned long ino,
		struct _FhEntry *fh);
int irmap_predump_prep(void);
int irmap_predump_run(void);
int check_open_handle(unsigned int s_dev, unsigned long i_ino,
		struct _FhEntry *f_handle);
int irmap_load_cache(void);
#endif