Home
last modified time | relevance | path

Searched refs:wr_status (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfs_log_xdr.c395 if (!xdr_nfsstat(xdrs, &objp->wr_status)) in xdr_nfslog_writeresult()
397 switch (objp->wr_status) { in xdr_nfslog_writeresult()
H A Dnfslog_elf.c728 nfslog_nfsstat_print(elfrec, &res->wr_status, print_status); in nfslog_writeresult_print()
729 } else if (res->wr_status == NFS_OK) { in nfslog_writeresult_print()
H A Dnfslog_trans.c635 if (res->wr_status != NFS_OK) in trans_write()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs_log.h208 nfsstat wr_status; member