Searched refs:trans_to_log (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c111 uint32_t trans_to_log; /* transactions that are to be logged */ member in struct:nfslog_trans_file
297 (transtolog == tfp->trans_to_log)) {
436 transrec->trans_to_log = transtolog;
1881 if (tf->trans_to_log & TRANSTOLOG_OPER_READ)
1885 if (tf->trans_to_log & TRANSTOLOG_OPER_WRITE)
1889 if (tf->trans_to_log & TRANSTOLOG_OPER_SETATTR)
1894 if (tf->trans_to_log & TRANSTOLOG_OPER_REMOVE)
1898 if (tf->trans_to_log & TRANSTOLOG_OPER_MKDIR)
1902 if (tf->trans_to_log & TRANSTOLOG_OPER_RMDIR)
1906 if (tf->trans_to_log
[all...]

Completed in 103 milliseconds