Searched refs:nfsm_fhtom (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/nfsclient/
H A Dnfsm_subs.h76 #define nfsm_fhtom(v, v3) \ macro
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c216 (void) nfsm_fhtom(nd, nfhp, fhlen, 0);
242 (void) nfsm_fhtom(nd, nfhp, fhlen, 0);
H A Dnfs_clrpcops.c2028 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh, np->n_fhp->nfh_len, 0);
2227 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh,
2315 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh,
2335 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh,
2352 (void) nfsm_fhtom(nd, VTONFS(tdvp)->n_fhp->nfh_fh,
2363 (void) nfsm_fhtom(nd, VTONFS(tdvp)->n_fhp->nfh_fh,
2449 (void) nfsm_fhtom(nd, VTONFS(dvp)->n_fhp->nfh_fh,
2589 (void) nfsm_fhtom(nd, fhp->nfh_fh, fhp->nfh_len, 0);
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c576 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0);
579 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0);
1115 (void) nfsm_fhtom(nd, (u_int8_t *)&fh, 0, 0);
1125 (void) nfsm_fhtom(nd, (u_int8_t *)&fh, 0, 1);
1325 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 1);
1780 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 1);
1905 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 1);
1910 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0);
3151 (void) nfsm_fhtom(nd, (u_int8_t *)&fh, 0, 0);
H A Dnfs_nfsdstate.c4141 (void)nfsm_fhtom(nd, (u_int8_t *)fhp, NFSX_MYFH, 0);
4160 (void)nfsm_fhtom(nd, (u_int8_t *)fhp, NFSX_MYFH, 0);
H A Dnfs_nfsdport.c2219 dirlen += nfsm_fhtom(nd,(u_int8_t *)&nfh,0,1);
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfs_var.h262 int nfsm_fhtom(struct nfsrv_descript *, u_int8_t *, int, int);
H A Dnfs_commonsubs.c479 nfsm_fhtom(struct nfsrv_descript *nd, u_int8_t *fhp, int size, int set_true) function
2229 retnum += nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0);

Completed in 107 milliseconds