Searched refs:SETATTR3args (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call3.c | 68 SETATTR3args *args = argp; in setattr_arginit() 292 sizeof (SETATTR3args), xdr_SETATTR3res, sizeof (SETATTR3res)},
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs.h | 1302 struct SETATTR3args { struct 1307 typedef struct SETATTR3args SETATTR3args; argument 2132 extern bool_t xdr_SETATTR3args(XDR *, SETATTR3args *); 2185 extern void rfs3_setattr(SETATTR3args *, SETATTR3res *, struct exportinfo *, 2187 extern void *rfs3_setattr_getfh(SETATTR3args *);
|
H A D | nfs_log.h | 577 extern bool_t xdr_nfslog_SETATTR3args(XDR *, SETATTR3args *);
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | nfs_prot.x | 603 struct SETATTR3args { struct 1206 NFSPROC3_SETATTR(SETATTR3args) = 2;
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_log_xdr.c | 560 xdr_nfslog_SETATTR3args(XDR *xdrs, SETATTR3args *objp) in xdr_nfslog_SETATTR3args()
|
H A D | nfs_server.c | 903 xdr_SETATTR3args, NULL_xdrproc_t, sizeof (SETATTR3args), 1138 SETATTR3args nfs3_setattr_args;
|
H A D | nfs3_srv.c | 152 rfs3_setattr(SETATTR3args *args, SETATTR3res *resp, struct exportinfo *exi, in rfs3_setattr() 172 cred_t *, cr, vnode_t *, vp, SETATTR3args *, args); in rfs3_setattr() 359 rfs3_setattr_getfh(SETATTR3args *args) in rfs3_setattr_getfh()
|
H A D | nfs3_xdr.c | 1076 xdr_SETATTR3args(XDR *xdrs, SETATTR3args *objp) in xdr_SETATTR3args()
|
H A D | nfs3_vnops.c | 1348 SETATTR3args args; in nfs3setattr() 2654 SETATTR3args args; in nfs3excl_create_settimes()
|