Home
last modified time | relevance | path

Searched refs:ndmp_context_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp.h73 } ndmp_context_t; typedef
81 int (*np_pre_backup)(struct ndmp_plugin *, ndmp_context_t *,
83 int (*np_post_backup)(struct ndmp_plugin *, ndmp_context_t *,
85 int (*np_pre_restore)(struct ndmp_plugin *, ndmp_context_t *,
87 int (*np_post_restore)(struct ndmp_plugin *, ndmp_context_t *,
104 extern ndmpd_backup_type_t ndmp_get_backup_type(ndmp_context_t *);
377 extern int ndmp_include_zfs(ndmp_context_t *, const char *);
378 extern int ndmp_iter_zfs(ndmp_context_t *, int (*)(nvlist_t *, void *), void *);
379 extern uint_t ndmp_context_get_version(ndmp_context_t *);
380 extern void ndmp_context_set_specific(ndmp_context_t *, void *);
[all …]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_zfs.c1033 ndmp_context_t *nctxp = &ndmpd_zfs_args->nz_nctx; in ndmpd_zfs_pre_backup()
1039 (void) memset(nctxp, 0, sizeof (ndmp_context_t)); in ndmpd_zfs_pre_backup()
1059 ndmp_context_t *nctxp = &ndmpd_zfs_args->nz_nctx; in ndmpd_zfs_post_backup()
1078 ndmp_context_t *nctxp = &ndmpd_zfs_args->nz_nctx; in ndmpd_zfs_pre_restore()
1100 (void) memset(nctxp, 0, sizeof (ndmp_context_t)); in ndmpd_zfs_pre_restore()
1118 ndmp_context_t *nctxp = &ndmpd_zfs_args->nz_nctx; in ndmpd_zfs_post_restore()
H A Dndmpd_tar3.c2374 ndmp_context_t nctx; in tar_backup_v3()
2421 (void) memset(&nctx, 0, sizeof (ndmp_context_t)); in tar_backup_v3()
3158 ndmp_context_t nctx; in ndmpd_dar_tar_v3()
3204 (void) memset(&nctx, 0, sizeof (ndmp_context_t)); in ndmpd_dar_tar_v3()
3416 ndmp_plugin_pre_restore(ndmp_context_t *ctxp, ndmpd_module_params_t *params, in ndmp_plugin_pre_restore()
3472 ndmp_log_dma(ndmp_context_t *nctx, ndmp_log_dma_type_t lt, const char *fmt, ...) in ndmp_log_dma()
3519 ndmp_context_t nctx; in ndmpd_rs_sar_tar_v3()
3569 (void) memset(&nctx, 0, sizeof (ndmp_context_t)); in ndmpd_rs_sar_tar_v3()
H A Dndmpd_util.c2588 ndmp_context_set_specific(ndmp_context_t *nctx, void *ptr) in ndmp_context_set_specific()
2597 ndmp_context_get_specific(ndmp_context_t *nctx) in ndmp_context_get_specific()
2603 ndmp_get_backup_type(ndmp_context_t *ctx) in ndmp_get_backup_type()
H A Dndmpd.h482 ndmp_context_t nz_nctx; /* used by plugin */
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c2319 ndmp_iter_zfs(ndmp_context_t *nctx, int (*np_restore_property)(nvlist_t *, in ndmp_iter_zfs()
2510 ndmp_context_get_version(ndmp_context_t *nctx) in ndmp_context_get_version()
H A Dtlm_backup_reader.c1357 ndmp_include_zfs(ndmp_context_t *nctx, const char *dataset) in ndmp_include_zfs()