Lines Matching refs:fhandle_t

96 static fhandle_t zerofh;
136 int *, char *, fhandle_t *);
137 static void nfsrv_pnfsremove(struct vnode **, int, char *, fhandle_t *,
143 static int nfsrv_readdsrpc(fhandle_t *, off_t, int, struct ucred *,
145 static int nfsrv_writedsrpc(fhandle_t *, off_t, int, struct ucred *,
148 static int nfsrv_allocatedsrpc(fhandle_t *, off_t, off_t, struct ucred *,
150 static int nfsrv_deallocatedsrpc(fhandle_t *, off_t, off_t, struct ucred *,
152 static int nfsrv_setacldsrpc(fhandle_t *, struct ucred *, NFSPROC_T *,
154 static int nfsrv_setattrdsrpc(fhandle_t *, struct ucred *, NFSPROC_T *,
156 static int nfsrv_getattrdsrpc(fhandle_t *, struct ucred *, NFSPROC_T *,
158 static int nfsrv_seekdsrpc(fhandle_t *, off_t *, int, bool *, struct ucred *,
160 static int nfsrv_putfhname(fhandle_t *, char *);
479 nfsvno_getfh(struct vnode *vp, fhandle_t *fhp, struct thread *p) in nfsvno_getfh()
483 NFSBZERO((caddr_t)fhp, sizeof(fhandle_t)); in nfsvno_getfh()
1498 fhandle_t fh; in nfsvno_removesub()
1602 fhandle_t fh, fh2; in nfsvno_rename()
2113 struct nfsvattr *nvap, fhandle_t *fhp, int rderror, nfsattrbit_t *attrbitp, in nfsvno_fillattr()
2448 fhandle_t nfh; in nfsrvd_readdirplus()
3530 nfsvno_fhtovp(struct mount *mp, fhandle_t *fhp, struct sockaddr *nam, in nfsvno_fhtovp()
3587 fhandle_t *fhp; in nfsd_fhtovp()
3593 fhp = (fhandle_t *)nfp->nfsrvfh_data; in nfsd_fhtovp()
3727 fhandle_t fh; in nfsrv_v4rootexport()
3749 sizeof (fhandle_t)); in nfsrv_v4rootexport()
3833 nfsvno_getvp(fhandle_t *fhp) in nfsvno_getvp()
4176 sizeof (fhandle_t)); in nfssvc_srvcall()
4178 &nfs_pubfh.nfsrvfh_data, sizeof (fhandle_t)); in nfssvc_srvcall()
4406 nfsrv_hashfh(fhandle_t *fhp) in nfsrv_hashfh()
4466 fhandle_t fh;
4473 fhandle_t *fhp, struct pnfsdsfile *pf, struct pnfsdsattr *dsa, in nfsrv_dscreate()
4592 fhandle_t fh; in nfsrv_pnfscreate()
4800 int *mirrorcntp, char *fname, fhandle_t *fhp) in nfsrv_pnfsremovesetup()
4912 nfsrv_pnfsremove(struct vnode **dvp, int mirrorcnt, char *fname, fhandle_t *fhp, in nfsrv_pnfsremove()
4998 nfsrv_putfhname(fhandle_t *fhp, char *bufp) in nfsrv_putfhname()
5054 fhandle_t fh[NFSDEV_MAXMIRRORS]; in nfsrv_proxyds()
5267 int *mirrorcntp, NFSPROC_T *p, struct vnode **dvpp, fhandle_t *fhp, in nfsrv_dsgetsockmnt()
5505 nfsrv_readdsrpc(fhandle_t *fhp, off_t off, int len, struct ucred *cred, in nfsrv_readdsrpc()
5614 fhandle_t fh;
5625 nfsrv_writedsdorpc(struct nfsmount *nmp, fhandle_t *fhp, off_t off, int len, in nfsrv_writedsdorpc()
5636 sizeof(fhandle_t), NULL, NULL, 0, 0, cred); in nfsrv_writedsdorpc()
5750 nfsrv_writedsrpc(fhandle_t *fhp, off_t off, int len, struct ucred *cred, in nfsrv_writedsrpc()
5837 fhandle_t fh;
5847 nfsrv_allocatedsdorpc(struct nfsmount *nmp, fhandle_t *fhp, off_t off, in nfsrv_allocatedsdorpc()
5858 sizeof(fhandle_t), NULL, NULL, 0, 0, cred); in nfsrv_allocatedsdorpc()
5917 nfsrv_allocatedsrpc(fhandle_t *fhp, off_t off, off_t len, struct ucred *cred, in nfsrv_allocatedsrpc()
5997 fhandle_t fh;
6007 nfsrv_deallocatedsdorpc(struct nfsmount *nmp, fhandle_t *fhp, off_t off, in nfsrv_deallocatedsdorpc()
6018 sizeof(fhandle_t), NULL, NULL, 0, 0, cred); in nfsrv_deallocatedsdorpc()
6098 nfsrv_deallocatedsrpc(fhandle_t *fhp, off_t off, off_t len, struct ucred *cred, in nfsrv_deallocatedsrpc()
6170 nfsrv_setattrdsdorpc(fhandle_t *fhp, struct ucred *cred, NFSPROC_T *p, in nfsrv_setattrdsdorpc()
6258 fhandle_t fh;
6283 nfsrv_setattrdsrpc(fhandle_t *fhp, struct ucred *cred, NFSPROC_T *p, in nfsrv_setattrdsrpc()
6358 nfsrv_setacldsdorpc(fhandle_t *fhp, struct ucred *cred, NFSPROC_T *p, in nfsrv_setacldsdorpc()
6408 fhandle_t fh;
6432 nfsrv_setacldsrpc(fhandle_t *fhp, struct ucred *cred, NFSPROC_T *p, in nfsrv_setacldsrpc()
6504 nfsrv_getattrdsrpc(fhandle_t *fhp, struct ucred *cred, NFSPROC_T *p, in nfsrv_getattrdsrpc()
6514 sizeof(fhandle_t), NULL, NULL, 0, 0, cred); in nfsrv_getattrdsrpc()
6561 nfsrv_seekdsrpc(fhandle_t *fhp, off_t *offp, int content, bool *eofp, in nfsrv_seekdsrpc()
6582 sizeof(fhandle_t), NULL, NULL, 0, 0, cred); in nfsrv_seekdsrpc()
6615 fhandle_t *fhp, char *devid) in nfsrv_dsgetdevandfh()