Home
last modified time | relevance | path

Searched refs:nfs_fh3 (Results 1 – 25 of 29) sorted by relevance

12

/dports/net/nfsshell/nfsshell-09cdd52/
H A Dnfs_prot.x21 struct nfs_fh3 { struct
28 nfs_fh3 dir;
147 nfs_fh3 file;
198 nfs_fh3 file;
248 nfs_fh3 object;
346 nfs_fh3 handle;
388 nfs_fh3 file;
418 nfs_fh3 fsroot;
448 nfs_fh3 fsroot;
474 nfs_fh3 object;
[all …]
H A Dnfs_prot.h27 struct nfs_fh3 { struct
33 typedef struct nfs_fh3 nfs_fh3; argument
38 nfs_fh3 dir;
167 nfs_fh3 file;
208 nfs_fh3 object;
229 nfs_fh3 file;
449 nfs_fh3 file;
762 nfs_fh3 dir;
808 nfs_fh3 dir;
943 nfs_fh3 dir;
[all …]
H A Dnfsshell.c203 nfs_fh3 directory_handle; /* current directory handle */
253 int getdirentries(nfs_fh3 *, char ***, char ***, int);
273 fhandle3_to_nfs_fh3(nfs_fh3 *dest, const fhandle3 *src) in fhandle3_to_nfs_fh3()
280 nfs_fh3copy(nfs_fh3 *dest, const nfs_fh3 *src) in nfs_fh3copy()
538 nfs_fh3 handle; in do_cd()
1299 nfs_fh3 handle; in do_put()
1419 for (i = 0, p = (char *)&directory_handle; i < sizeof(nfs_fh3); i++) in do_handle()
1425 if (argc != sizeof(nfs_fh3)) { in do_handle()
1437 for (i = 0, p = (char *)&directory_handle; i < sizeof(nfs_fh3); i++) in do_handle()
2118 getdirentries(nfs_fh3 *dirhandle, char ***table, char ***ptr, int nentries) in getdirentries()
/dports/net/unfs3/unfs3-0.9.22/
H A Dnfs.h148 struct nfs_fh3 { struct
154 typedef struct nfs_fh3 nfs_fh3; typedef
282 nfs_fh3 dir;
288 nfs_fh3 object;
314 nfs_fh3 object;
424 nfs_fh3 file;
463 nfs_fh3 file;
717 nfs_fh3 file;
744 nfs_fh3 dir;
787 nfs_fh3 dir;
[all …]
H A Dfh.h50 int nfh_valid(nfs_fh3 fh);
56 unfs3_fh_t *fh_extend(nfs_fh3 fh, uint32 dev, uint64 ino, uint32 gen);
57 post_op_fh3 fh_extend_post(nfs_fh3 fh, uint32 dev, uint64 ino, uint32 gen);
58 post_op_fh3 fh_extend_type(nfs_fh3 fh, const char *path, unsigned int type);
H A Dfd_cache.h23 int fd_open(const char *path, nfs_fh3 fh, int kind, int allow_caching);
25 int fd_sync(nfs_fh3 nfh);
H A Dattr.h14 post_op_attr get_post_attr(const char *path, nfs_fh3 fh, struct svc_req *req);
20 nfsstat3 set_attr(const char *path, nfs_fh3 fh, sattr3 sattr);
H A Dfh.c129 int nfh_valid(nfs_fh3 fh) in nfh_valid()
267 unfs3_fh_t *fh_extend(nfs_fh3 nfh, uint32 dev, uint64 ino, uint32 gen) in fh_extend()
304 post_op_fh3 fh_extend_post(nfs_fh3 fh, uint32 dev, uint64 ino, uint32 gen) in fh_extend_post()
324 post_op_fh3 fh_extend_type(nfs_fh3 fh, const char *path, unsigned int type) in fh_extend_type()
H A Dfh_cache.h17 char *fh_decomp(nfs_fh3 fh);
H A Dfd_cache.c240 int fd_open(const char *path, nfs_fh3 nfh, int kind, int allow_caching) in fd_open()
326 int fd_sync(nfs_fh3 nfh) in fd_sync()
H A Dattr.c239 post_op_attr get_post_attr(const char *path, nfs_fh3 nfh,
312 static nfsstat3 set_attr_unsafe(const char *path, nfs_fh3 nfh, sattr3 new)
367 nfsstat3 set_attr(const char *path, nfs_fh3 nfh, sattr3 new)
H A Dfh_cache.c205 char *fh_decomp(nfs_fh3 fh) in fh_decomp()
H A Dxdr.h53 extern bool_t xdr_nfs_fh3 (XDR *, nfs_fh3*);
/dports/devel/kio-extras/kio-extras-21.12.3/nfs/
H A Drpc_nfs3_prot.x96 struct nfs_fh3 { struct
148 nfs_fh3 handle;
212 nfs_fh3 dir;
290 nfs_fh3 object;
362 nfs_fh3 object;
383 nfs_fh3 symlink;
403 nfs_fh3 file;
433 nfs_fh3 file;
647 nfs_fh3 file;
670 nfs_fh3 dir;
[all …]
H A Drpc_nfs3_prot.h118 struct nfs_fh3 { struct
124 typedef struct nfs_fh3 nfs_fh3; typedef
252 nfs_fh3 dir;
258 nfs_fh3 object;
284 nfs_fh3 object;
393 nfs_fh3 file;
432 nfs_fh3 file;
686 nfs_fh3 file;
713 nfs_fh3 dir;
756 nfs_fh3 dir;
[all …]
H A Dkio_nfs.h83 NFSFileHandle(const nfs_fh3& src);
88 void toFH(nfs_fh3& fh) const;
92 void toFHLink(nfs_fh3& fh) const;
98 NFSFileHandle& operator=(const nfs_fh3& src);
114 void setLinkSource(const nfs_fh3& src);
H A Dkio_nfs.cpp440 NFSFileHandle::NFSFileHandle(const nfs_fh3& src) in NFSFileHandle()
462 void NFSFileHandle::toFH(nfs_fh3& fh) const in toFH()
473 void NFSFileHandle::toFHLink(nfs_fh3& fh) const in toFHLink()
536 NFSFileHandle& NFSFileHandle::operator=(const nfs_fh3& src) in operator =()
562 void NFSFileHandle::setLinkSource(const nfs_fh3& src) in setLinkSource()
/dports/net/libnfs/libnfs-libnfs-4.0.0/include/nfsc/
H A Dlibnfs-raw.h844 struct nfs_fh3;
892 struct nfs_fh3 *fh,
917 struct nfs_fh3 *fh,
992 struct nfs_fh3 *fh,
1018 struct nfs_fh3 *fh,
1045 struct nfs_fh3 *fh,
1120 struct nfs_fh3 *fh, char *dir,
1170 struct nfs_fh3 *fh,
1273 struct nfs_fh3 *fh,
1298 struct nfs_fh3 *fh,
[all …]
/dports/net/libnfs/libnfs-libnfs-4.0.0/nfs/
H A Dnfs.x42 struct nfs_fh3 { struct
49 nfs_fh3 dir;
168 nfs_fh3 file;
219 nfs_fh3 file;
269 nfs_fh3 object;
367 nfs_fh3 handle;
409 nfs_fh3 file;
439 nfs_fh3 fsroot;
469 nfs_fh3 fsroot;
495 nfs_fh3 object;
[all …]
H A Dnfs.c156 int rpc_nfs_getattr_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, void *private_dat… in rpc_nfs_getattr_async()
191 int rpc_nfs_pathconf_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, void *private_da… in rpc_nfs_pathconf_async()
226 int rpc_nfs_lookup_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, char *name, void *… in rpc_nfs_lookup_async()
262 int rpc_nfs_access_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, int access, void *… in rpc_nfs_access_async()
375 int rpc_nfs_commit_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, void *private_data) in rpc_nfs_commit_async()
470 int rpc_nfs_rmdir_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, char *dir, void *pr… in rpc_nfs_rmdir_async()
600 int rpc_nfs_remove_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, char *file, void *… in rpc_nfs_remove_async()
713 int rpc_nfs_fsstat_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, void *private_data) in rpc_nfs_fsstat_async()
748 int rpc_nfs_fsinfo_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, void *private_data) in rpc_nfs_fsinfo_async()
841 …ame_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *olddir, char *oldname, struct nfs_fh… in rpc_nfs_rename_async()
[all …]
H A Dlibnfs-raw-nfs.h57 struct nfs_fh3 { struct
63 typedef struct nfs_fh3 nfs_fh3; typedef
68 nfs_fh3 dir;
197 nfs_fh3 file;
259 nfs_fh3 file;
479 nfs_fh3 file;
792 nfs_fh3 dir;
838 nfs_fh3 dir;
881 nfs_fh3 file;
1298 nfs_fh3 dir;
[all …]
/dports/security/dsniff/dsniff-2.4/
H A Dnfs_prot.x267 struct nfs_fh3 { struct
327 nfs_fh3 dir;
339 nfs_fh3 object;
359 nfs_fh3 file;
/dports/net/libnfs/libnfs-libnfs-4.0.0/examples/
H A Dnfs-fh.c70 struct nfs_fh3 *fh3; in main()
115 fh3 = (struct nfs_fh3 *)nfs_get_fh(nfsfh); in main()
H A Dnfsclient-raw.c57 struct nfs_fh3 rootfh;
/dports/mail/avenger/avenger-0.8.5/
H A Dacinclude.m4632 dnl Check for SVR4-like nfs_fh3 structure
636 AC_CACHE_CHECK(for SVR4-like struct nfs_fh3, sfs_cv_fh3_svr4,
638 [ struct nfs_fh3 fh;
643 [The the fh field of the nfs_arg structure points to an SVR4 nfs_fh3])
698 AC_EGREP_HEADER(nfs_fh3, nfs/nfs.h,

12