/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdserv.c | 676 (void)nfsm_fhtom(NULL, nd, (u_int8_t *)fhp, 0, 0); in nfsrvd_lookup() 679 (void)nfsm_fhtom(NULL, nd, (u_int8_t *)fhp, 0, 0); in nfsrvd_lookup() 1286 (void)nfsm_fhtom(NULL, nd, (u_int8_t *)&fh, 0, 0); in nfsrvd_create() 1296 (void)nfsm_fhtom(NULL, nd, (u_int8_t *)&fh, 0, 1); in nfsrvd_create() 1496 (void)nfsm_fhtom(NULL, nd, (u_int8_t *)fhp, 0, 1); in nfsrvd_mknod() 1957 (void)nfsm_fhtom(NULL, nd, (u_int8_t *)fhp, 0, 1); in nfsrvd_symlink() 2081 (void)nfsm_fhtom(NULL, nd, (u_int8_t *)fhp, 0, 1); in nfsrvd_mkdir() 2086 (void)nfsm_fhtom(NULL, nd, (u_int8_t *)fhp, 0, 0); in nfsrvd_mkdir() 3480 (void)nfsm_fhtom(NULL, nd, (u_int8_t *)&fh, 0, 0); in nfsrvd_getfh()
|
H A D | nfs_nfsdstate.c | 4512 (void)nfsm_fhtom(NULL, nd, (u_int8_t *)fhp, NFSX_MYFH, 0); in nfsrv_docallback() 4531 (void)nfsm_fhtom(NULL, nd, (u_int8_t *)fhp, NFSX_MYFH, 0); in nfsrv_docallback() 4550 (void)nfsm_fhtom(NULL, nd, (uint8_t *)fhp, NFSX_MYFH, 0); in nfsrv_docallback()
|
H A D | nfs_nfsdport.c | 2813 dirlen += nfsm_fhtom(NULL, nd, (u_int8_t *)&nfh, in nfsrvd_readdirplus()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 2682 (void)nfsm_fhtom(nmp, nd, np->n_fhp->nfh_fh, np->n_fhp->nfh_len, 0); in nfsrpc_createv4() 2891 (void)nfsm_fhtom(nmp, nd, np->n_fhp->nfh_fh, in nfsrpc_remove() 2979 (void)nfsm_fhtom(nmp, nd, np->n_fhp->nfh_fh, in nfsrpc_rename() 2999 (void)nfsm_fhtom(nmp, nd, np->n_fhp->nfh_fh, in nfsrpc_rename() 3016 (void)nfsm_fhtom(nmp, nd, VTONFS(tdvp)->n_fhp->nfh_fh, in nfsrpc_rename() 3027 (void)nfsm_fhtom(nmp, nd, VTONFS(tdvp)->n_fhp->nfh_fh, in nfsrpc_rename() 3112 (void)nfsm_fhtom(VFSTONFS(dvp->v_mount), nd, VTONFS(dvp)->n_fhp->nfh_fh, in nfsrpc_link() 3252 (void)nfsm_fhtom(nmp, nd, fhp->nfh_fh, fhp->nfh_len, 0); in nfsrpc_mkdir() 8492 (void)nfsm_fhtom(nmp, nd, np->n_fhp->nfh_fh, np->n_fhp->nfh_len, 0); in nfsrpc_createlayout() 8922 (void)nfsm_fhtom(nm in nfsrpc_copyrpc() [all...] |
/freebsd/sys/fs/nfs/ |
H A D | nfs_var.h | 328 int nfsm_fhtom(struct nfsmount *, struct nfsrv_descript *, u_int8_t *, int,
|
H A D | nfs_commonsubs.c | 441 (void)nfsm_fhtom(nmp, nd, nfhp, fhlen, 0); in nfscl_reqstart() 472 (void)nfsm_fhtom(NULL, nd, nfhp, fhlen, 0); in nfscl_reqstart() 961 nfsm_fhtom(struct nfsmount *nmp, struct nfsrv_descript *nd, u_int8_t *fhp, in nfsm_fhtom() function 2812 retnum += nfsm_fhtom(NULL, nd, (u_int8_t *)fhp, 0, 0); in nfsv4_fillattr()
|