Lines Matching refs:nlp
737 ndmp_lbr_params_t *nlp; in ndmpd_fhpath_v3_cb() local
749 } else if (!(nlp = ndmp_get_nlp(cbp->fh_cookie))) { in ndmpd_fhpath_v3_cb()
761 if (NLP_ISSET(nlp, NLPF_FH)) { in ndmpd_fhpath_v3_cb()
762 if (!NLP_ISSET(nlp, NLPF_DIRECT)) { in ndmpd_fhpath_v3_cb()
797 ndmp_lbr_params_t *nlp; in ndmpd_fhdir_v3_cb() local
811 } else if (!(nlp = ndmp_get_nlp(cbp->fh_cookie))) { in ndmpd_fhdir_v3_cb()
822 if (!NLP_ISSET(nlp, NLPF_FH)) in ndmpd_fhdir_v3_cb()
830 if (stp->st_ino == nlp->nlp_bkdirino) in ndmpd_fhdir_v3_cb()
842 !dbm_getone(nlp->nlp_bkmap, (u_longlong_t)stp->st_ino)) { in ndmpd_fhdir_v3_cb()
847 params = nlp->nlp_params; in ndmpd_fhdir_v3_cb()
873 } else if (ino == nlp->nlp_bkdirino && IS_DOTDOT(nm)) { in ndmpd_fhdir_v3_cb()
878 if (!dbm_getone(nlp->nlp_bkmap, (u_longlong_t)ino)) in ndmpd_fhdir_v3_cb()
944 ndmp_lbr_params_t *nlp; in ndmpd_fhnode_v3_cb() local
962 } else if (!(nlp = ndmp_get_nlp(cbp->fh_cookie))) { in ndmpd_fhnode_v3_cb()
975 if (NLP_ISSET(nlp, NLPF_FH)) { in ndmpd_fhnode_v3_cb()
976 if (!NLP_ISSET(nlp, NLPF_DIRECT)) in ndmpd_fhnode_v3_cb()
978 if (stp->st_ino == nlp->nlp_bkdirino) { in ndmpd_fhnode_v3_cb()
985 params = nlp->nlp_params; in ndmpd_fhnode_v3_cb()
1004 ndmp_lbr_params_t *nlp, int idx, int stat) in ndmp_send_recovery_stat_v3() argument
1014 } else if (!nlp) { in ndmp_send_recovery_stat_v3()
1044 ndmp_lbr_params_t *nlp; in ndmpd_path_restored_v3() local
1059 nlp = ndmp_get_nlp(cbp->fh_cookie); in ndmpd_path_restored_v3()
1060 if (!nlp) { in ndmpd_path_restored_v3()
1064 if (idx < 0 || idx >= nlp->nlp_nfiles) { in ndmpd_path_restored_v3()
1068 params = nlp->nlp_params; in ndmpd_path_restored_v3()
1072 if (nlp->nlp_lastidx == -1) in ndmpd_path_restored_v3()
1073 nlp->nlp_lastidx = idx; in ndmpd_path_restored_v3()
1076 (void) bm_setone(nlp->nlp_rsbm, (u_longlong_t)idx); in ndmpd_path_restored_v3()
1080 if (nlp->nlp_lastidx != idx) { in ndmpd_path_restored_v3()
1081 rv = ndmp_send_recovery_stat_v3(params, nlp, nlp->nlp_lastidx, in ndmpd_path_restored_v3()
1083 nlp->nlp_lastidx = idx; in ndmpd_path_restored_v3()
1290 ndmp_lbr_params_t *nlp; in get_params() local
1292 if ((nlp = ndmp_get_nlp(cookie)) == NULL) in get_params()
1295 return (nlp->nlp_params); in get_params()
1307 ndmp_lbr_params_t *nlp; in fh_requested() local
1309 if ((nlp = ndmp_get_nlp(cookie)) == NULL) { in fh_requested()
1314 NDMP_LOG(LOG_DEBUG, "nlp_fh %c", NDMP_YORN(NLP_ISSET(nlp, NLPF_FH))); in fh_requested()
1316 return (NLP_ISSET(nlp, NLPF_FH)); in fh_requested()
1386 ndmp_lbr_params_t *nlp; in ndmpd_file_history_dir() local
1403 } if (!(nlp = ndmp_get_nlp(cbp->fh_cookie))) { in ndmpd_file_history_dir()
1422 if (stp->st_ino == nlp->nlp_bkdirino) in ndmpd_file_history_dir()
1434 !dbm_getone(nlp->nlp_bkmap, (u_longlong_t)stp->st_ino)) { in ndmpd_file_history_dir()
1466 } else if (ino == nlp->nlp_bkdirino && IS_DOTDOT(nm)) { in ndmpd_file_history_dir()
1471 if (!dbm_getone(nlp->nlp_bkmap, (u_longlong_t)ino)) in ndmpd_file_history_dir()
1529 ndmp_lbr_params_t *nlp; in ndmpd_file_history_node() local
1547 } else if (!(nlp = ndmp_get_nlp(cbp->fh_cookie))) { in ndmpd_file_history_node()
1560 if (stp->st_ino == nlp->nlp_bkdirino) { in ndmpd_file_history_node()
1593 ndmp_lbr_params_t *nlp; in ndmpd_path_restored() local
1609 if ((nlp = ndmp_get_nlp(cbp->fh_cookie)) == NULL) { in ndmpd_path_restored()
1613 if (pos < 0 || pos >= nlp->nlp_nfiles) { in ndmpd_path_restored()
1622 if (!nlp->nlp_restored[pos]) { in ndmpd_path_restored()
1628 nlp->nlp_restored[pos] = TRUE; in ndmpd_path_restored()