Home
last modified time | relevance | path

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

/dports/net/unfs3/unfs3-0.9.22/
H A Dnfs.h313 struct SETATTR3args { struct
318 typedef struct SETATTR3args SETATTR3args; argument
966 extern SETATTR3res * nfsproc3_setattr_3_svc(SETATTR3args *, struct svc_req *);
H A Dxdr.h74 extern bool_t xdr_SETATTR3args (XDR *, SETATTR3args*);
H A Ddaemon.c376 SETATTR3args nfsproc3_setattr_3_arg;
H A Dnfs.c165 SETATTR3res *nfsproc3_setattr_3_svc(SETATTR3args * argp, in nfsproc3_setattr_3_svc()
H A Dxdr.c616 bool_t xdr_SETATTR3args(XDR * xdrs, SETATTR3args * objp) in xdr_SETATTR3args()
/dports/net/nfsshell/nfsshell-09cdd52/
H A Dnfs_prot.h885 struct SETATTR3args { struct
890 typedef struct SETATTR3args SETATTR3args; argument
1012 extern SETATTR3res * nfs3_setattr_3(SETATTR3args *, CLIENT *);
1013 extern SETATTR3res * nfs3_setattr_3_svc(SETATTR3args *, struct svc_req *);
1298 extern bool_t xdr_SETATTR3args (XDR *, SETATTR3args*);
H A Dnfs_prot.x759 struct SETATTR3args { struct
789 NFS3_SETATTR(SETATTR3args) = 2;
H A Dnfs_prot_svc.c24 SETATTR3args nfs3_setattr_3_arg; in nfs_program_3()
H A Dnfs_prot_clnt.c43 nfs3_setattr_3(SETATTR3args *argp, CLIENT *clnt) in nfs3_setattr_3()
H A Dnfsshell.c1129 SETATTR3args aargs; in do_chmod()
1239 SETATTR3args aargs; in do_chown()
H A Dnfs_prot_xdr.c1837 xdr_SETATTR3args (XDR *xdrs, SETATTR3args *objp) in xdr_SETATTR3args()
/dports/devel/kio-extras/kio-extras-21.12.3/nfs/
H A Drpc_nfs3_prot.h283 struct SETATTR3args { struct
288 typedef struct SETATTR3args SETATTR3args; argument
1007 extern SETATTR3res * nfsproc3_setattr_3(SETATTR3args , CLIENT *);
1008 extern SETATTR3res * nfsproc3_setattr_3_svc(SETATTR3args , struct svc_req *);
1228 extern bool_t xdr_SETATTR3args (XDR *, SETATTR3args*);
H A Drpc_nfs3_prot.x227 NFSPROC3_SETATTR(SETATTR3args) = 2;
311 struct SETATTR3args { struct
H A Drpc_nfs3_prot_xdr.c572 xdr_SETATTR3args (XDR *xdrs, SETATTR3args *objp) in xdr_SETATTR3args()
H A Dnfsv3.cpp1921 SETATTR3args setAttrArgs; in setAttr()
/dports/net/libnfs/libnfs-libnfs-4.0.0/include/nfsc/
H A Dlibnfs-raw.h1065 struct SETATTR3args;
1067 struct SETATTR3args *args,
1070 struct SETATTR3args *args,
/dports/net/libnfs/libnfs-libnfs-4.0.0/nfs/
H A Dlibnfs-raw-nfs.h915 struct SETATTR3args { struct
920 typedef struct SETATTR3args SETATTR3args; typedef
1471 extern SETATTR3res * nfs3_setattr_3(SETATTR3args *, void *);
1472 extern SETATTR3res * nfs3_setattr_3_svc(SETATTR3args *, struct svc_req *);
1756 extern uint32_t zdr_SETATTR3args (ZDR *, SETATTR3args*);
H A Dnfs.x780 struct SETATTR3args { struct
1141 NFS3_SETATTR(SETATTR3args) = 2;
H A Dnfs.c388 int rpc_nfs3_setattr_async(struct rpc_context *rpc, rpc_cb cb, SETATTR3args *args, void *private_da… in rpc_nfs3_setattr_async()
412 int rpc_nfs_setattr_async(struct rpc_context *rpc, rpc_cb cb, SETATTR3args *args, void *private_dat… in rpc_nfs_setattr_async()
H A Dlibnfs-raw-nfs.c1693 zdr_SETATTR3args (ZDR *zdrs, SETATTR3args *objp) in zdr_SETATTR3args()
/dports/net/libnfs/libnfs-libnfs-4.0.0/lib/
H A Dnfs_v3.c1959 SETATTR3args args; in nfs3_utimes_continue_internal()
1962 memset(&args, 0, sizeof(SETATTR3args)); in nfs3_utimes_continue_internal()
2086 SETATTR3args args; in nfs3_chown_continue_internal()
2089 memset(&args, 0, sizeof(SETATTR3args)); in nfs3_chown_continue_internal()
2220 SETATTR3args args; in nfs3_chmod_continue_internal()
2222 memset(&args, 0, sizeof(SETATTR3args)); in nfs3_chmod_continue_internal()
3464 SETATTR3args args; in nfs3_create_2_cb()
3468 memset(&args, 0, sizeof(SETATTR3args)); in nfs3_create_2_cb()
3895 SETATTR3args args; in nfs3_ftruncate_async()
3909 memset(&args, 0, sizeof(SETATTR3args)); in nfs3_ftruncate_async()
[all …]