Searched refs:nfsm_fhtom (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/nfsclient/ |
| D | nfsm_subs.h | 78 #define nfsm_fhtom(v, v3) \ macro
|
| /freebsd-12-stable/sys/fs/nfsserver/ |
| D | nfs_nfsdserv.c | 616 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0); in nfsrvd_lookup() 619 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0); in nfsrvd_lookup() 1205 (void) nfsm_fhtom(nd, (u_int8_t *)&fh, 0, 0); in nfsrvd_create() 1215 (void) nfsm_fhtom(nd, (u_int8_t *)&fh, 0, 1); in nfsrvd_create() 1415 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 1); in nfsrvd_mknod() 1869 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 1); in nfsrvd_symlink() 1994 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 1); in nfsrvd_mkdir() 1999 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0); in nfsrvd_mkdir() 3378 (void) nfsm_fhtom(nd, (u_int8_t *)&fh, 0, 0); in nfsrvd_getfh()
|
| D | nfs_nfsdstate.c | 4503 (void)nfsm_fhtom(nd, (u_int8_t *)fhp, NFSX_MYFH, 0); in nfsrv_docallback() 4522 (void)nfsm_fhtom(nd, (u_int8_t *)fhp, NFSX_MYFH, 0); in nfsrv_docallback() 4541 nfsm_fhtom(nd, (uint8_t *)fhp, NFSX_MYFH, 0); in nfsrv_docallback()
|
| D | nfs_nfsdport.c | 2501 dirlen += nfsm_fhtom(nd,(u_int8_t *)&nfh,0,1); in nfsrvd_readdirplus()
|
| /freebsd-12-stable/sys/fs/nfsclient/ |
| D | nfs_clrpcops.c | 2194 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh, np->n_fhp->nfh_len, 0); in nfsrpc_createv4() 2395 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh, in nfsrpc_remove() 2483 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh, in nfsrpc_rename() 2503 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh, in nfsrpc_rename() 2520 (void) nfsm_fhtom(nd, VTONFS(tdvp)->n_fhp->nfh_fh, in nfsrpc_rename() 2531 (void) nfsm_fhtom(nd, VTONFS(tdvp)->n_fhp->nfh_fh, in nfsrpc_rename() 2617 (void) nfsm_fhtom(nd, VTONFS(dvp)->n_fhp->nfh_fh, in nfsrpc_link() 2757 (void) nfsm_fhtom(nd, fhp->nfh_fh, fhp->nfh_len, 0); in nfsrpc_mkdir() 7452 nfsm_fhtom(nd, np->n_fhp->nfh_fh, np->n_fhp->nfh_len, 0); in nfsrpc_createlayout()
|
| /freebsd-12-stable/sys/fs/nfs/ |
| D | nfs_var.h | 311 int nfsm_fhtom(struct nfsrv_descript *, u_int8_t *, int, int);
|
| D | nfs_commonsubs.c | 385 (void) nfsm_fhtom(nd, nfhp, fhlen, 0); in nfscl_reqstart() 411 (void) nfsm_fhtom(nd, nfhp, fhlen, 0); in nfscl_reqstart() 858 nfsm_fhtom(struct nfsrv_descript *nd, u_int8_t *fhp, int size, int set_true) in nfsm_fhtom() function 2680 retnum += nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0); in nfsv4_fillattr()
|