Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/nfs/
H A Dnfs_log.h457 struct nfslog_entryplus3 { struct
460 struct nfslog_entryplus3 *nextentry; argument
462 typedef struct nfslog_entryplus3 nfslog_entryplus3; typedef
465 nfslog_entryplus3 *entries;
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfs_log_xdr.c52 static bool_t xdr_nfslog_entryplus3(XDR *, nfslog_entryplus3 *);
827 xdr_nfslog_entryplus3(XDR *xdrs, nfslog_entryplus3 *objp) in xdr_nfslog_entryplus3()
834 sizeof (nfslog_entryplus3), (xdrproc_t)xdr_nfslog_entryplus3)) in xdr_nfslog_entryplus3()
843 sizeof (nfslog_entryplus3), (xdrproc_t)xdr_nfslog_entryplus3)) in xdr_nfslog_dirlistplus3()
H A Dfhtab.c1996 nfslog_entryplus3 *ep; in nfslog_READDIRPLUS3_fhargs()