Home
last modified time | relevance | path

Searched refs:nc_transcookie (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dprocess_buffer.c280 if (!trans_checked && ncp->nc_transcookie != NULL) { in process_buffer()
297 if (ncp->nc_transcookie == NULL) { in process_buffer()
304 ncp->nc_transcookie = nfslog_open_trans_file( in process_buffer()
307 if (ncp->nc_transcookie == NULL) { in process_buffer()
326 if (ncp->nc_transcookie != NULL) { in process_buffer()
328 ncp->nc_transcookie, in process_buffer()
398 if (ncp->nc_transcookie != NULL) { in cleanup_trans_state()
399 nfslog_close_transactions(&ncp->nc_transcookie); in cleanup_trans_state()
400 assert(ncp->nc_transcookie == NULL); in cleanup_trans_state()
H A Dnfslogd.c655 if (clp->nc_transcookie != NULL) { in cycle_logs()
657 &clp->nc_transcookie); in cycle_logs()
658 assert(clp->nc_transcookie == NULL); in cycle_logs()
903 if (clp->nc_transcookie != NULL) { in transactions_timeout()
905 (struct nfslog_trans_file *)clp->nc_transcookie, in transactions_timeout()
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()
/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.h79 void *nc_transcookie; /* for logfile processing */ member