Searched refs:fhandle_t (Results 1 - 12 of 12) sorted by relevance

/xnu-2782.1.97/bsd/nfs/
H A Dnfs.h404 /* NFS server internal view of fhandle_t */
405 /* The first sizeof(fhandle_t) bytes must match what goes into fhandle_t. */
1155 void nfs4_default_attrs_for_referral_trigger(nfsnode_t, char *, int, struct nfs_vattr *, fhandle_t *);
1230 int nfs_dir_buf_search(struct nfsbuf *, struct componentname *, fhandle_t *, struct nfs_vattr *, uint64_t *, time_t *, daddr64_t *, int);
1243 int nfs4_parsefattr(struct nfsm_chain *, struct nfs_fsattr *, struct nfs_vattr *, fhandle_t *, struct dqblk *, struct nfs_fs_locations *);
1247 int nfs3_mount_rpc(struct nfsmount *, struct sockaddr *, int, int, char *, vfs_context_t, int, fhandle_t *, struct nfs_sec *);
1375 int nfs3_lookup_rpc_async_finish(nfsnode_t, char *, int, vfs_context_t, struct nfsreq *, u_int64_t *, fhandle_t *, struct nfs_vattr *);
1376 int nfs4_lookup_rpc_async_finish(nfsnode_t, char *, int, vfs_context_t, struct nfsreq *, u_int64_t *, fhandle_t *, struct nfs_vattr *);
H A Dnfsmount.h227 int (*nf_lookup_rpc_async_finish)(nfsnode_t, char *, int, vfs_context_t, struct nfsreq *, u_int64_t *, fhandle_t *, struct nfs_vattr *);
289 fhandle_t *nm_fh; /* initial file handle */
H A Dnfs_vfsops.c188 int nfs4_mount_update_path_with_symlink(struct nfsmount *, struct nfs_fs_path *, uint32_t, fhandle_t *, int *, fhandle_t *, vfs_context_t);
1963 nfs4_mount_update_path_with_symlink(struct nfsmount *nmp, struct nfs_fs_path *nfsp, uint32_t curcomp, fhandle_t *dirfhp, int *depthp, fhandle_t *fhp, vfs_context_t ctx)
2114 fhandle_t fh, dirfh;
2925 MALLOC(nmp->nm_fh, fhandle_t *, sizeof(fhandle_t), M_TEMP, M_WAITOK|M_ZERO);
3963 nfs3_mount_rpc(struct nfsmount *nmp, struct sockaddr *sa, int sotype, int nfsvers, char *path, vfs_context_t ctx, int timeo, fhandle_t *fh, struct nfs_sec *sec)
H A Dnfs_vnops.c2270 fhandle_t fh;
3638 fhandle_t fh;
3783 fhandle_t fh;
4557 fhandle_t fh;
4721 fhandle_t fh;
5447 fhandle_t *fhp,
5520 fhandle_t fh;
5662 fhandle_t fh;
6059 fhandle_t *fhp,
6125 fhandle_t f
[all...]
H A Dnfsm_subs.h95 vfs_context_t, int, uint64_t *, fhandle_t *, struct nfs_vattr *);
H A Dnfs4_vnops.c730 fhandle_t fh;
1153 fhandle_t *fhp,
4650 fhandle_t fh;
4985 fhandle_t fh;
5243 fhandle_t fh;
5904 fhandle_t fh;
6299 fhandle_t fh;
6777 fhandle_t fh;
6931 fhandle_t fh;
H A Dnfs_socket.c1060 fhandle_t *fh = NULL;
1363 MALLOC(fh, fhandle_t *, sizeof(fhandle_t), M_TEMP, M_WAITOK|M_ZERO);
2461 fhandle_t fh;
H A Dnfs_syscalls.c574 error = copyout((caddr_t)&nfh, uap->fhp, sizeof(fhandle_t));
H A Dnfs4_subs.c710 fhandle_t *fhp)
1526 fhandle_t *fhp,
H A Dnfs_subs.c921 fhandle_t *fhp,
/xnu-2782.1.97/bsd/sys/
H A Dmount.h1295 typedef struct fhandle fhandle_t; typedef in typeref:struct:fhandle
1304 int getfh(const char *, fhandle_t *);
H A Dmount_internal.h287 typedef struct fhandle fhandle_t; typedef in typeref:struct:fhandle

Completed in 201 milliseconds