Searched refs:xdr_attrstat (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | nfs_xdr.c | 122 xdr_attrstat(XDR *xdrs, attrstat *objp) in xdr_attrstat() function
|
H A D | nfs2ops.c | 192 xdr_attrstat, (caddr_t)&getattr_res, timeout); in nfsgetattr()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 401 reply_msg.acpted_rply.ar_results.proc = xdr_attrstat; in nd_get_reply()
|
H A D | nfs_server.c | 720 xdr_attrstat, xdr_fastattrstat, sizeof (struct nfsattrstat), 727 xdr_attrstat, xdr_fastattrstat, sizeof (struct nfsattrstat), 769 xdr_attrstat, xdr_fastattrstat, sizeof (struct nfsattrstat),
|
H A D | nfs_xdr.c | 610 xdr_attrstat(XDR *xdrs, struct nfsattrstat *ns) in xdr_attrstat() function
|
H A D | nfs_vnops.c | 901 xdr_attrstat, (caddr_t)&ns, cr, in nfswrite() 1295 xdr_attrstat, (caddr_t)&ns, cr, in nfssetattr()
|
H A D | nfs_client.c | 885 xdr_attrstat, (caddr_t)&ns, cr, in nfs_getattr_otw()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs.h | 753 extern bool_t xdr_attrstat(XDR *, struct nfsattrstat *);
|