Lines Matching refs:clp
642 nfsl_config_t *clp; in cycle_logs() local
646 for (clp = listp; clp != NULL; clp = clp->nc_next) { in cycle_logs()
652 if (clp->nc_logpath) { in cycle_logs()
653 if (is_cycle_needed(clp->nc_logpath, &processed_list, in cycle_logs()
655 if (clp->nc_transcookie != NULL) { in cycle_logs()
657 &clp->nc_transcookie); in cycle_logs()
658 assert(clp->nc_transcookie == NULL); in cycle_logs()
660 error = cycle_log(clp->nc_logpath, in cycle_logs()
670 if (clp->nc_rpclogpath) { in cycle_logs()
671 if (is_cycle_needed(clp->nc_rpclogpath, &processed_list, in cycle_logs()
673 error = cycle_log(clp->nc_rpclogpath, in cycle_logs()
900 transactions_timeout(nfsl_config_t *clp) in transactions_timeout() argument
902 for (; clp != NULL; clp = clp->nc_next) { in transactions_timeout()
903 if (clp->nc_transcookie != NULL) { in transactions_timeout()
905 (struct nfslog_trans_file *)clp->nc_transcookie, in transactions_timeout()
916 close_all_translogs(nfsl_config_t *clp) in close_all_translogs() argument
918 for (; clp != NULL; clp = clp->nc_next) { in close_all_translogs()
919 if (clp->nc_transcookie != NULL) { in close_all_translogs()
920 nfslog_close_transactions(&clp->nc_transcookie); in close_all_translogs()
921 assert(clp->nc_transcookie == NULL); in close_all_translogs()