Searched refs:xdr_attrstat (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | nfs2ops.c | 192 xdr_attrstat, (caddr_t)&getattr_res, timeout);
|
H A D | nfs_xdr.c | 122 xdr_attrstat(XDR *xdrs, attrstat *objp) function
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 406 reply_msg.acpted_rply.ar_results.proc = xdr_attrstat;
|
H A D | nfs_server.c | 717 xdr_attrstat, xdr_fastattrstat, sizeof (struct nfsattrstat), 724 xdr_attrstat, xdr_fastattrstat, sizeof (struct nfsattrstat), 766 xdr_attrstat, xdr_fastattrstat, sizeof (struct nfsattrstat),
|
H A D | nfs_xdr.c | 610 xdr_attrstat(XDR *xdrs, struct nfsattrstat *ns) function
|
H A D | nfs_vnops.c | 901 xdr_attrstat, (caddr_t)&ns, cr, 1295 xdr_attrstat, (caddr_t)&ns, cr,
|
H A D | nfs_client.c | 885 xdr_attrstat, (caddr_t)&ns, cr,
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs.h | 753 extern bool_t xdr_attrstat(XDR *, struct nfsattrstat *);
|
Completed in 85 milliseconds