Lines Matching refs:DOCKER

142 DOCKER::DOCKER(bpContext *bpctx) :  in DOCKER()  function
184 DOCKER::~DOCKER() in ~DOCKER()
215 void DOCKER::setworkingdir(char* workdir) in setworkingdir()
237 bRC DOCKER::parse_plugin_restoreobj(bpContext *ctx, restore_object_pkt *rop) in parse_plugin_restoreobj()
264 bRC DOCKER::parse_plugin_command(bpContext *ctx, const char *command) in parse_plugin_command()
337 void DOCKER::new_commandctx(bpContext *ctx, const char *command) in new_commandctx()
357 void DOCKER::switch_commandctx(bpContext *ctx, const char *command) in switch_commandctx()
393 bRC DOCKER::prepare_bejob(bpContext* ctx, char *command) in prepare_bejob()
443 bRC DOCKER::prepare_backup(bpContext* ctx, char *command) in prepare_backup()
462 bRC DOCKER::prepare_estimate(bpContext* ctx, char *command) in prepare_estimate()
483 bRC DOCKER::prepare_restore(bpContext* ctx, char *command) in prepare_restore()
513 bRC DOCKER::handlePluginEvent(bpContext *ctx, bEvent *event, void *value) in handlePluginEvent()
662 bRC DOCKER::perform_read_data(bpContext *ctx, struct io_pkt *io) in perform_read_data()
690 bRC DOCKER::perform_read_volume_data(bpContext *ctx, struct io_pkt *io) in perform_read_volume_data()
710 bRC DOCKER::perform_write_data(bpContext *ctx, struct io_pkt *io) in perform_write_data()
738 bRC DOCKER::perform_backup_open(bpContext *ctx, struct io_pkt *io) in perform_backup_open()
826 bRC DOCKER::perform_restore_open(bpContext* ctx, io_pkt* io) in perform_restore_open()
907 bRC DOCKER::perform_backup_close(bpContext *ctx, struct io_pkt *io) in perform_backup_close()
935 bRC DOCKER::perform_restore_close(bpContext *ctx, struct io_pkt *io) in perform_restore_close()
1009 bool DOCKER::check_container_tar_error(bpContext* ctx, char *volname) in check_container_tar_error()
1104 bRC DOCKER::pluginIO(bpContext *ctx, struct io_pkt *io) in pluginIO()
1180 bRC DOCKER::getPluginValue(bpContext *ctx, pVariable var, void *value) in getPluginValue()
1188 bRC DOCKER::setPluginValue(bpContext *ctx, pVariable var, void *value) in setPluginValue()
1207 bRC DOCKER::startBackupFile(bpContext *ctx, struct save_pkt *sp) in startBackupFile()
1373 bRC DOCKER::endBackupFile(bpContext *ctx) in endBackupFile()
1448 bRC DOCKER::startRestoreFile(bpContext *ctx, const char *cmd) in startRestoreFile()
1457 bRC DOCKER::endRestoreFile(bpContext *ctx) in endRestoreFile()
1477 DKINFO *DOCKER::search_docker_image(bpContext *ctx) in search_docker_image()
1507 DKINFO *DOCKER::search_docker_volume(bpContext *ctx) in search_docker_volume()
1542 bRC DOCKER::createFile(bpContext *ctx, struct restore_pkt *rp) in createFile()
1821 bRC DOCKER::setFileAttributes(bpContext *ctx, struct restore_pkt *rp) in setFileAttributes()
1830 bRC DOCKER::checkFile(bpContext *ctx, char *fname)
1843 bRC DOCKER::handleXACLdata(bpContext *ctx, struct xacl_pkt *xacl) in handleXACLdata()
1858 DOCKER *self = New(DOCKER(ctx)); in newPlugin()
1893 DOCKER *self = pluginclass(ctx); in freePlugin()
1911 DOCKER *self = pluginclass(ctx); in getPluginValue()
1924 DOCKER *self = pluginclass(ctx); in setPluginValue()
1938 DOCKER *self = pluginclass(ctx); in handlePluginEvent()
1956 DOCKER *self = pluginclass(ctx); in startBackupFile()
1968 DOCKER *self = pluginclass(ctx); in endBackupFile()
1980 DOCKER *self = pluginclass(ctx); in startRestoreFile()
1992 DOCKER *self = pluginclass(ctx); in endRestoreFile()
2006 DOCKER *self = pluginclass(ctx); in pluginIO()
2022 DOCKER *self = pluginclass(ctx); in createFile()
2035 DOCKER *self = pluginclass(ctx);
2049 DOCKER *self = pluginclass(ctx); in setFileAttributes()
2061 DOCKER *self = pluginclass(ctx); in handleXACLdata()