lbr_fhlog_call_backs_t
typedef int (*path_hist_func_t)(lbr_fhlog_call_backs_t *,
typedef int (*dir_hist_func_t)(lbr_fhlog_call_backs_t *,
typedef int (*node_hist_func_t)(lbr_fhlog_call_backs_t *,
lbr_fhlog_call_backs_t *lbrlog_callbacks_init(void *,
extern void lbrlog_callbacks_done(lbr_fhlog_call_backs_t *);
lbr_fhlog_call_backs_t *nlp_logcallbacks;
extern int ndmpd_file_history_path(lbr_fhlog_call_backs_t *,
extern int ndmpd_file_history_dir(lbr_fhlog_call_backs_t *,
extern int ndmpd_file_history_node(lbr_fhlog_call_backs_t *,
ndmpd_path_restored(lbr_fhlog_call_backs_t *,
extern int ndmpd_fhpath_v3_cb(lbr_fhlog_call_backs_t *,
extern int ndmpd_fhdir_v3_cb(lbr_fhlog_call_backs_t *,
extern int ndmpd_fhnode_v3_cb(lbr_fhlog_call_backs_t *,
extern int ndmpd_path_restored_v3(lbr_fhlog_call_backs_t *,
ndmpd_path_restored_v3(lbr_fhlog_call_backs_t *cbp, char *name,
ndmpd_file_history_path(lbr_fhlog_call_backs_t *cbp, char *path,
ndmpd_file_history_dir(lbr_fhlog_call_backs_t *cbp, char *dir,
ndmpd_file_history_node(lbr_fhlog_call_backs_t *cbp, char *dir, char *file,
ndmpd_path_restored(lbr_fhlog_call_backs_t *cbp, char *name, struct stat64 *stp,
ndmpd_fhpath_v3_cb(lbr_fhlog_call_backs_t *cbp, char *path, struct stat64 *stp,
ndmpd_fhdir_v3_cb(lbr_fhlog_call_backs_t *cbp, char *dir, struct stat64 *stp)
ndmpd_fhnode_v3_cb(lbr_fhlog_call_backs_t *cbp, char *dir, char *file,
lbr_fhlog_call_backs_t *
lbr_fhlog_call_backs_t *p;
p = ndmp_malloc(sizeof (lbr_fhlog_call_backs_t));
lbrlog_callbacks_done(lbr_fhlog_call_backs_t *p)
lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */
} else if ((cbp = (lbr_fhlog_call_backs_t *)job_stats->js_callbacks)
lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */
} else if ((cbp = (lbr_fhlog_call_backs_t *)job_stats->js_callbacks)
lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */
} else if ((cbp = (lbr_fhlog_call_backs_t *)job_stats->js_callbacks)
lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */
cbp = (lbr_fhlog_call_backs_t *)job_stats->js_callbacks;