Searched refs:np_post_backup (Results 1 – 3 of 3) sorted by relevance
83 int (*np_post_backup)(struct ndmp_plugin *, ndmp_context_t *, member
1057 if (ndmp_pl == NULL || ndmp_pl->np_post_backup == NULL) in ndmpd_zfs_post_backup()1060 err = ndmp_pl->np_post_backup(ndmp_pl, nctxp, err); in ndmpd_zfs_post_backup()
2498 ndmp_pl->np_post_backup != NULL && in tar_backup_v3()2499 ndmp_pl->np_post_backup(ndmp_pl, &nctx, err) == -1) { in tar_backup_v3()