Home
last modified time | relevance | path

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.c109 uint32_t trans_to_log; /* transactions that are to be logged */ member
295 (transtolog == tfp->trans_to_log)) { in nfslog_trans_file_find()
434 transrec->trans_to_log = transtolog; in nfslog_open_trans_file()
1879 if (tf->trans_to_log & TRANSTOLOG_OPER_READ) in nfslog_process_trans_rec()
1883 if (tf->trans_to_log & TRANSTOLOG_OPER_WRITE) in nfslog_process_trans_rec()
1887 if (tf->trans_to_log & TRANSTOLOG_OPER_SETATTR) in nfslog_process_trans_rec()
1892 if (tf->trans_to_log & TRANSTOLOG_OPER_REMOVE) in nfslog_process_trans_rec()
1896 if (tf->trans_to_log & TRANSTOLOG_OPER_MKDIR) in nfslog_process_trans_rec()
1900 if (tf->trans_to_log & TRANSTOLOG_OPER_RMDIR) in nfslog_process_trans_rec()
1904 if (tf->trans_to_log & TRANSTOLOG_OPER_CREATE) in nfslog_process_trans_rec()
[all …]