HomeSort by: relevance | last modified time | path
    Searched defs:checkpoint_data (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
cluster.c 96 struct checkpoint_data { struct
104 struct checkpoint_data *next;
131 struct checkpoint_data *checkpoint_list;
348 * Creates and fills in a new checkpoint_data struct.
350 * Returns: checkpoint_data on success, NULL on error
352 static struct checkpoint_data *prepare_checkpoint(struct clog_cpg *entry,
356 struct checkpoint_data *new;
419 * @cp: the checkpoint_data struct to free
422 static void free_checkpoint(struct checkpoint_data *cp)
430 static int export_checkpoint(struct checkpoint_data *cp
    [all...]
cluster.c 96 struct checkpoint_data { struct
104 struct checkpoint_data *next;
131 struct checkpoint_data *checkpoint_list;
348 * Creates and fills in a new checkpoint_data struct.
350 * Returns: checkpoint_data on success, NULL on error
352 static struct checkpoint_data *prepare_checkpoint(struct clog_cpg *entry,
356 struct checkpoint_data *new;
419 * @cp: the checkpoint_data struct to free
422 static void free_checkpoint(struct checkpoint_data *cp)
430 static int export_checkpoint(struct checkpoint_data *cp
    [all...]

Completed in 85 milliseconds