Home
last modified time | relevance | path

Searched refs:lbr_fhlog_call_backs_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm_buffers.h164 } lbr_fhlog_call_backs_t; typedef
244 typedef int (*path_hist_func_t)(lbr_fhlog_call_backs_t *,
249 typedef int (*dir_hist_func_t)(lbr_fhlog_call_backs_t *,
253 typedef int (*node_hist_func_t)(lbr_fhlog_call_backs_t *,
259 lbr_fhlog_call_backs_t *lbrlog_callbacks_init(void *,
273 extern void lbrlog_callbacks_done(lbr_fhlog_call_backs_t *);
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c460 lbr_fhlog_call_backs_t *
464 lbr_fhlog_call_backs_t *p; in lbrlog_callbacks_init()
466 p = ndmp_malloc(sizeof (lbr_fhlog_call_backs_t)); in lbrlog_callbacks_init()
481 lbrlog_callbacks_done(lbr_fhlog_call_backs_t *p) in lbrlog_callbacks_done()
495 lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */ in tlm_log_fhdir()
504 } else if ((cbp = (lbr_fhlog_call_backs_t *)job_stats->js_callbacks) in tlm_log_fhdir()
523 lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */ in tlm_log_fhnode()
534 } else if ((cbp = (lbr_fhlog_call_backs_t *)job_stats->js_callbacks) in tlm_log_fhnode()
553 lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */ in tlm_log_fhpath_name()
580 lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */ in tlm_entry_restored()
[all …]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd.h261 lbr_fhlog_call_backs_t *nlp_logcallbacks;
798 extern int ndmpd_file_history_path(lbr_fhlog_call_backs_t *,
802 extern int ndmpd_file_history_dir(lbr_fhlog_call_backs_t *,
805 extern int ndmpd_file_history_node(lbr_fhlog_call_backs_t *,
811 ndmpd_path_restored(lbr_fhlog_call_backs_t *,
815 extern int ndmpd_fhpath_v3_cb(lbr_fhlog_call_backs_t *,
819 extern int ndmpd_fhdir_v3_cb(lbr_fhlog_call_backs_t *,
822 extern int ndmpd_fhnode_v3_cb(lbr_fhlog_call_backs_t *,
827 extern int ndmpd_path_restored_v3(lbr_fhlog_call_backs_t *,
H A Dndmpd_fhistory.c733 ndmpd_fhpath_v3_cb(lbr_fhlog_call_backs_t *cbp, char *path, struct stat64 *stp, in ndmpd_fhpath_v3_cb()
790 ndmpd_fhdir_v3_cb(lbr_fhlog_call_backs_t *cbp, char *dir, struct stat64 *stp) in ndmpd_fhdir_v3_cb()
939 ndmpd_fhnode_v3_cb(lbr_fhlog_call_backs_t *cbp, char *dir, char *file, in ndmpd_fhnode_v3_cb()
1040 ndmpd_path_restored_v3(lbr_fhlog_call_backs_t *cbp, char *name, in ndmpd_path_restored_v3()
1332 ndmpd_file_history_path(lbr_fhlog_call_backs_t *cbp, char *path, in ndmpd_file_history_path()
1378 ndmpd_file_history_dir(lbr_fhlog_call_backs_t *cbp, char *dir, in ndmpd_file_history_dir()
1524 ndmpd_file_history_node(lbr_fhlog_call_backs_t *cbp, char *dir, char *file, in ndmpd_file_history_node()
1588 ndmpd_path_restored(lbr_fhlog_call_backs_t *cbp, char *name, struct stat64 *stp, in ndmpd_path_restored()