Home
last modified time | relevance | path

Searched refs:SETATTR3args (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c66 SETATTR3args *args = argp; in setattr_arginit()
290 sizeof (SETATTR3args), xdr_SETATTR3res, sizeof (SETATTR3res)},
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1379 struct SETATTR3args { struct
1384 typedef struct SETATTR3args SETATTR3args; typedef
2209 extern bool_t xdr_SETATTR3args(XDR *, SETATTR3args *);
2262 extern void rfs3_setattr(SETATTR3args *, SETATTR3res *, struct exportinfo *,
2264 extern void *rfs3_setattr_getfh(SETATTR3args *);
H A Dnfs_log.h580 extern bool_t xdr_nfslog_SETATTR3args(XDR *, SETATTR3args *);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x600 struct SETATTR3args { struct
1203 NFSPROC3_SETATTR(SETATTR3args) = 2;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log_xdr.c560 xdr_nfslog_SETATTR3args(XDR *xdrs, SETATTR3args *objp) in xdr_nfslog_SETATTR3args()
H A Dnfs_server.c903 xdr_SETATTR3args, NULL_xdrproc_t, sizeof (SETATTR3args),
1154 SETATTR3args nfs3_setattr_args;
H A Dnfs3_srv.c170 rfs3_setattr(SETATTR3args *args, SETATTR3res *resp, struct exportinfo *exi, in rfs3_setattr()
191 SETATTR3args *, args); in rfs3_setattr()
380 rfs3_setattr_getfh(SETATTR3args *args) in rfs3_setattr_getfh()
H A Dnfs3_xdr.c1075 xdr_SETATTR3args(XDR *xdrs, SETATTR3args *objp) in xdr_SETATTR3args()
H A Dnfs3_vnops.c1349 SETATTR3args args; in nfs3setattr()
2655 SETATTR3args args; in nfs3excl_create_settimes()