Searched refs:xdr_nfs2_timeval (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfs_log_xdr.c | 33 static bool_t xdr_nfs2_timeval(XDR *, nfs2_timeval *); 67 xdr_nfs2_timeval(XDR *xdrs, nfs2_timeval *objp) in xdr_nfs2_timeval() function 417 if (!xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_atime)) in xdr_nfslog_sattr() 419 if (!xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_mtime)) in xdr_nfslog_sattr()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_xdr.c | 319 xdr_nfs2_timeval(xdrs, &na->na_atime) && in xdr_fattr() 320 xdr_nfs2_timeval(xdrs, &na->na_mtime) && in xdr_fattr() 321 xdr_nfs2_timeval(xdrs, &na->na_ctime)) { in xdr_fattr() 594 xdr_nfs2_timeval(xdrs, &sa->sa_atime) && in xdr_sattr() 595 xdr_nfs2_timeval(xdrs, &sa->sa_mtime)) { in xdr_sattr() 1166 xdr_nfs2_timeval(XDR *xdrs, struct nfs2_timeval *tv) in xdr_nfs2_timeval() function
|
H A D | nfs_log_xdr.c | 329 if (!xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_atime)) in xdr_nfslog_sattr() 331 return (xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_mtime)); in xdr_nfslog_sattr()
|
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs.h | 781 extern bool_t xdr_nfs2_timeval(XDR *, struct nfs2_timeval *);
|