Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/nfsclient/
HDnfsm_subs.h76 #define nfsm_fhtom(v, v3) \ macro
/freebsd-11-stable/sys/fs/nfsclient/
HDnfs_clcomsubs.c219 (void) nfsm_fhtom(nd, nfhp, fhlen, 0); in nfscl_reqstart()
245 (void) nfsm_fhtom(nd, nfhp, fhlen, 0); in nfscl_reqstart()
HDnfs_clrpcops.c2108 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh, np->n_fhp->nfh_len, 0); in nfsrpc_createv4()
2307 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh, in nfsrpc_remove()
2395 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh, in nfsrpc_rename()
2415 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh, in nfsrpc_rename()
2432 (void) nfsm_fhtom(nd, VTONFS(tdvp)->n_fhp->nfh_fh, in nfsrpc_rename()
2443 (void) nfsm_fhtom(nd, VTONFS(tdvp)->n_fhp->nfh_fh, in nfsrpc_rename()
2529 (void) nfsm_fhtom(nd, VTONFS(dvp)->n_fhp->nfh_fh, in nfsrpc_link()
2669 (void) nfsm_fhtom(nd, fhp->nfh_fh, fhp->nfh_len, 0); in nfsrpc_mkdir()
6426 nfsm_fhtom(nd, np->n_fhp->nfh_fh, np->n_fhp->nfh_len, 0); in nfsrpc_createlayout()
/freebsd-11-stable/sys/fs/nfsserver/
HDnfs_nfsdserv.c585 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0); in nfsrvd_lookup()
588 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0); in nfsrvd_lookup()
1124 (void) nfsm_fhtom(nd, (u_int8_t *)&fh, 0, 0); in nfsrvd_create()
1134 (void) nfsm_fhtom(nd, (u_int8_t *)&fh, 0, 1); in nfsrvd_create()
1334 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 1); in nfsrvd_mknod()
1789 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 1); in nfsrvd_symlink()
1914 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 1); in nfsrvd_mkdir()
1919 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0); in nfsrvd_mkdir()
3190 (void) nfsm_fhtom(nd, (u_int8_t *)&fh, 0, 0); in nfsrvd_getfh()
HDnfs_nfsdstate.c4401 (void)nfsm_fhtom(nd, (u_int8_t *)fhp, NFSX_MYFH, 0); in nfsrv_docallback()
4420 (void)nfsm_fhtom(nd, (u_int8_t *)fhp, NFSX_MYFH, 0); in nfsrv_docallback()
HDnfs_nfsdport.c2233 dirlen += nfsm_fhtom(nd,(u_int8_t *)&nfh,0,1); in nfsrvd_readdirplus()
/freebsd-11-stable/sys/fs/nfs/
HDnfs_var.h268 int nfsm_fhtom(struct nfsrv_descript *, u_int8_t *, int, int);
HDnfs_commonsubs.c491 nfsm_fhtom(struct nfsrv_descript *nd, u_int8_t *fhp, int size, int set_true) in nfsm_fhtom() function
2271 retnum += nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0); in nfsv4_fillattr()