/src/sys/fs/nfs/server/ |
nfs_nfsdsocket.c | 85 int, vnode_t , vnode_t *, fhandle_t *, 87 (int (*)(struct nfsrv_descript *, int, vnode_t , vnode_t *, fhandle_t *, NFSPROC_T *, struct nfsexstuff *))0, 88 (int (*)(struct nfsrv_descript *, int, vnode_t , vnode_t *, fhandle_t *, NFSPROC_T *, struct nfsexstuff *))0, 89 (int (*)(struct nfsrv_descript *, int, vnode_t , vnode_t *, fhandle_t *, NFSPROC_T *, struct nfsexstuff *))0, 91 (int (*)(struct nfsrv_descript *, int, vnode_t , vnode_t *, fhandle_t *, NFSPROC_T *, struct nfsexstuff *))0, 92 (int (*)(struct nfsrv_descript *, int, vnode_t , vnode_t *, fhandle_t *, NFSPROC_T *, struct nfsexstuff *))0, 93 (int (*)(struct nfsrv_descript *, int, vnode_t , vnode_t *, fhandle_t *, NFSPROC_T *, struct nfsexstuff *))0, 94 (int (*)(struct nfsrv_descript *, int, vnode_t , vnode_t *, fhandle_t *, NFSPROC_T *, struct nfsexstuff *))0, 95 (int (*)(struct nfsrv_descript *, int, vnode_t , vnode_t *, fhandle_t *, NFSPROC_T *, struct nfsexstuff *))0, 99 (int (*)(struct nfsrv_descript *, int, vnode_t , vnode_t *, fhandle_t *, NFSPROC_T *, struct nfsexstuff *))0 [all...] |
nfs_nfsdport.c | 217 nfsvno_getfh(struct vnode *vp, fhandle_t *fhp, struct thread *p) 221 NFSBZERO((caddr_t)fhp, sizeof(fhandle_t)); 1534 struct nfsvattr *nvap, fhandle_t *fhp, int rderror, nfsattrbit_t *attrbitp, 1824 fhandle_t nfh; 2729 nfsvno_fhtovp(struct mount *mp, fhandle_t *fhp, struct sockaddr *nam, 2778 fhandle_t *fhp; 2780 fhp = (fhandle_t *)nfp->nfsrvfh_data; 2901 fhandle_t fh; 2924 sizeof (fhandle_t)); 2982 nfsvno_getvp(fhandle_t *fhp [all...] |
nfs_nfsdserv.c | 78 struct nfsvattr *nvap, fhandle_t *fhp, vnode_t *vpp, 84 struct nfsvattr *nvap, fhandle_t *fhp, vnode_t *vpp, 184 fhandle_t fh; 496 vnode_t dp, vnode_t *vpp, fhandle_t *fhp, NFSPROC_T *p, 988 fhandle_t fh; 1147 vnode_t dp, vnode_t *vpp, fhandle_t *fhp, NFSPROC_T *p, 1460 fhandle_t fh; 1722 vnode_t dp, vnode_t *vpp, fhandle_t *fhp, NFSPROC_T *p, 1797 struct nfsvattr *nvap, fhandle_t *fhp, vnode_t *vpp, 1842 vnode_t dp, vnode_t *vpp, fhandle_t *fhp, NFSPROC_T *p [all...] |
nfs_nfsdstate.c | 113 struct nfslockfile *new_lfp, fhandle_t *nfhp, NFSPROC_T *p); 115 struct nfslockfile **lfpp, fhandle_t *nfhp, int lockit); 126 nfsv4stateid_t *stateidp, int trunc, fhandle_t *fhp, 930 fhandle_t nfh; 1539 fhandle_t nfh; 3394 fhandle_t fh; 3449 sizeof (fhandle_t))) { 3531 fhandle_t *nfhp, NFSPROC_T *p) 3533 fhandle_t *fhp = NULL; 3538 * a fhandle_t on the stack [all...] |
/src/sys/sys/ |
vfs_syscalls.h | 65 int vfs_copyinfh_alloc(const void *, size_t, fhandle_t **); 66 void vfs_copyinfh_free(fhandle_t *);
|
fstypes.h | 57 typedef struct fhandle fhandle_t; typedef in typeref:struct:fhandle 72 MAX(FHANDLE_SIZE_MIN, (offsetof(fhandle_t, fh_fid) + (fidsize)))
|
mount.h | 380 int vfs_composefh(struct vnode *, fhandle_t *, size_t *); 381 int vfs_composefh_alloc(struct vnode *, fhandle_t **); 382 void vfs_composefh_free(fhandle_t *); 383 int vfs_fhtovp(fhandle_t *, struct vnode **);
|
/src/sys/fs/nfs/common/ |
nfsdport.h | 117 #define NFSRV_MINFH (sizeof (fhandle_t)) 118 #define NFSRV_MAXFH (sizeof (fhandle_t))
|
nfs_var.h | 150 vnode_t, vnode_t *, fhandle_t *, NFSPROC_T *, 161 vnode_t, vnode_t *, fhandle_t *, NFSPROC_T *, 172 vnode_t, vnode_t *, fhandle_t *, NFSPROC_T *, 175 vnode_t, vnode_t *, fhandle_t *, NFSPROC_T *, 216 vnode_t, vnode_t *, fhandle_t *, NFSPROC_T *, 219 vnode_t, vnode_t *, fhandle_t *, NFSPROC_T *, 276 struct nfsvattr *, struct nfsfh **, fhandle_t *, int, 333 struct vattr *, fhandle_t *, int, nfsattrbit_t *, 606 int nfsvno_getfh(vnode_t, fhandle_t *, NFSPROC_T *); 649 struct nfsvattr *, fhandle_t *, int, nfsattrbit_t * [all...] |
oldnfsproto.h | 157 #define NFSX_V3FH (sizeof (fhandle_t)) /* size this server uses */ 380 fhandle_t fh_generic;
|
nfsrvstate.h | 258 fhandle_t lf_fh; /* The file handle */
|
nfs.h | 595 fhandle_t nd_fh; /* File handle */
|
nfsproto.h | 252 #define NFSX_MYFH (sizeof (fhandle_t)) /* size this server uses */
|
nfs_commonsubs.c | 811 struct nfsvattr *nap, struct nfsfh **nfhpp, fhandle_t *fhp, int fhsize, 2043 NFSACL_T *saclp, struct vattr *vap, fhandle_t *fhp, int rderror,
|
/src/sys/kern/ |
kern_fileassoc.c | 69 fhandle_t *faf_handle; /* File handle */ 296 fileassoc_file_lookup(struct vnode *vp, fhandle_t *hint) 302 fhandle_t *th; 506 fileassoc_file_add(struct vnode *vp, fhandle_t *hint) 512 fhandle_t *th;
|
vfs_syscalls.c | 1925 vfs__fhfree(fhandle_t *fhp) 1938 vfs_composefh(struct vnode *vp, fhandle_t *fhp, size_t *fh_size) 1951 fidsize = *fh_size - offsetof(fhandle_t, fh_fid); 1968 vfs_composefh_alloc(struct vnode *vp, fhandle_t **fhpp) 1971 fhandle_t *fhp; 1999 vfs_composefh_free(fhandle_t *fhp) 2010 vfs_fhtovp(fhandle_t *fhp, struct vnode **vpp) 2036 vfs_copyinfh_alloc(const void *ufhp, size_t fhsize, fhandle_t **fhpp) 2038 fhandle_t *fhp; 2077 vfs_copyinfh_free(fhandle_t *fhp [all...] |
/src/sys/compat/netbsd32/ |
netbsd32_fd.c | 57 fhandle_t *fh;
|
netbsd32_netbsd.c | 1778 NETBSD32TOP_UAP(fhp, fhandle_t);
|
/src/sys/nfs/ |
nfs.h | 508 fhandle_t u_fh; 603 fhandle_t *np_handle; /* Filehandle for pub fs (internal) */
|
nfs_srvsubs.c | 303 fhandle_t *fhp;
|
nfsproto.h | 119 #define NFSX_V3FH (12/*sizeof(fhandle_t)*/+16) 254 fhandle_t fh_generic;
|
/src/sys/fs/nfs/nlm/ |
nlm_prot_impl.c | 1749 nlm_convert_to_fhandle_t(fhandle_t *fhp, struct netobj *p) 1751 memcpy(fhp, p->n_bytes, sizeof(fhandle_t)); 1762 fhandle_t *fhp, struct vfs_state *vs, accmode_t accmode) 1866 fhandle_t fh; 1964 fhandle_t fh; 2153 fhandle_t fh; 2243 fhandle_t fh;
|
/src/sys/ufs/lfs/ |
lfs_vnops.c | 1872 fhandle_t *fhp; 2053 offsetof(fhandle_t, fh_fid);
|