Searched refs:GETATTR3args (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call3.c | 59 GETATTR3args *args = argp; in getattr_arginit() 290 sizeof (GETATTR3args), xdr_GETATTR3res, sizeof (GETATTR3res)},
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs.h | 1270 struct GETATTR3args { struct 1273 typedef struct GETATTR3args GETATTR3args; argument 2182 extern void rfs3_getattr(GETATTR3args *, GETATTR3res *, struct exportinfo *, 2184 extern void *rfs3_getattr_getfh(GETATTR3args *);
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | nfs_prot.x | 578 struct GETATTR3args { struct 1203 NFSPROC3_GETATTR(GETATTR3args) = 1;
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | nfs3_xdr.c | 107 xdr_GETATTR3args(XDR *xdrs, GETATTR3args *objp) in xdr_GETATTR3args()
|
H A D | nfs3ops.c | 186 GETATTR3args getattr_args; in nfs3getattr()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 896 xdr_nfs_fh3_server, NULL_xdrproc_t, sizeof (GETATTR3args), 1135 GETATTR3args nfs3_getattr_args;
|
H A D | nfs3_srv.c | 91 rfs3_getattr(GETATTR3args *args, GETATTR3res *resp, struct exportinfo *exi, in rfs3_getattr() 101 cred_t *, cr, vnode_t *, vp, GETATTR3args *, args); in rfs3_getattr() 145 rfs3_getattr_getfh(GETATTR3args *args) in rfs3_getattr_getfh()
|
H A D | nfs_client.c | 937 GETATTR3args args; in nfs3_getattr_otw()
|