Searched refs:nfsm_fhtom (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/sys/nfsclient/ |
| HD | nfsm_subs.h | 76 #define nfsm_fhtom(v, v3) \ macro
|
| /freebsd-11-stable/sys/fs/nfsclient/ |
| HD | nfs_clcomsubs.c | 219 (void) nfsm_fhtom(nd, nfhp, fhlen, 0); in nfscl_reqstart() 245 (void) nfsm_fhtom(nd, nfhp, fhlen, 0); in nfscl_reqstart()
|
| HD | nfs_clrpcops.c | 2108 (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/ |
| HD | nfs_nfsdserv.c | 585 (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()
|
| HD | nfs_nfsdstate.c | 4401 (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()
|
| HD | nfs_nfsdport.c | 2233 dirlen += nfsm_fhtom(nd,(u_int8_t *)&nfh,0,1); in nfsrvd_readdirplus()
|
| /freebsd-11-stable/sys/fs/nfs/ |
| HD | nfs_var.h | 268 int nfsm_fhtom(struct nfsrv_descript *, u_int8_t *, int, int);
|
| HD | nfs_commonsubs.c | 491 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()
|