Searched refs:nfsm_fhtom (Results 1 – 10 of 10) sorted by relevance
| /trueos/sys/nfsclient/ |
| HD | nfs_vnops.c | 300 nfsm_fhtom(vp, v3); in nfs3_access_otw() 720 nfsm_fhtom(vp, v3); in nfs_getattr() 879 nfsm_fhtom(vp, v3); in nfs_setattrrpc() 1044 nfsm_fhtom(dvp, v3); in nfs_lookup() 1256 nfsm_fhtom(vp, v3); in nfs_readlinkrpc() 1312 nfsm_fhtom(vp, v3); in nfs_readrpc() 1385 nfsm_fhtom(vp, v3); in nfs_writerpc() 1508 nfsm_fhtom(dvp, v3); in nfs_mknodrpc() 1612 nfsm_fhtom(dvp, v3); in nfs_create() 1794 nfsm_fhtom(dvp, v3); in nfs_removerpc() [all …]
|
| HD | nfsm_subs.h | 76 #define nfsm_fhtom(v, v3) \ macro
|
| HD | nfs_vfsops.c | 304 nfsm_fhtom(vp, v3); in nfs_statfs() 362 nfsm_fhtom(vp, 1); in nfs_fsinfo()
|
| /trueos/sys/fs/nfsclient/ |
| HD | nfs_clcomsubs.c | 216 (void) nfsm_fhtom(nd, nfhp, fhlen, 0); in nfscl_reqstart() 242 (void) nfsm_fhtom(nd, nfhp, fhlen, 0); in nfscl_reqstart()
|
| HD | nfs_clrpcops.c | 2018 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh, np->n_fhp->nfh_len, 0); in nfsrpc_createv4() 2217 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh, in nfsrpc_remove() 2305 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh, in nfsrpc_rename() 2325 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh, in nfsrpc_rename() 2342 (void) nfsm_fhtom(nd, VTONFS(tdvp)->n_fhp->nfh_fh, in nfsrpc_rename() 2353 (void) nfsm_fhtom(nd, VTONFS(tdvp)->n_fhp->nfh_fh, in nfsrpc_rename() 2439 (void) nfsm_fhtom(nd, VTONFS(dvp)->n_fhp->nfh_fh, in nfsrpc_link() 2573 (void) nfsm_fhtom(nd, fhp->nfh_fh, fhp->nfh_len, 0); in nfsrpc_mkdir()
|
| /trueos/sys/fs/nfsserver/ |
| HD | nfs_nfsdserv.c | 565 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0); in nfsrvd_lookup() 568 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0); in nfsrvd_lookup() 1104 (void) nfsm_fhtom(nd, (u_int8_t *)&fh, 0, 0); in nfsrvd_create() 1114 (void) nfsm_fhtom(nd, (u_int8_t *)&fh, 0, 1); in nfsrvd_create() 1314 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 1); in nfsrvd_mknod() 1769 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 1); in nfsrvd_symlink() 1894 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 1); in nfsrvd_mkdir() 1899 (void) nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0); in nfsrvd_mkdir() 3130 (void) nfsm_fhtom(nd, (u_int8_t *)&fh, 0, 0); in nfsrvd_getfh()
|
| HD | nfs_nfsdstate.c | 4134 (void)nfsm_fhtom(nd, (u_int8_t *)fhp, NFSX_MYFH, 0); in nfsrv_docallback() 4153 (void)nfsm_fhtom(nd, (u_int8_t *)fhp, NFSX_MYFH, 0); in nfsrv_docallback()
|
| HD | nfs_nfsdport.c | 2209 dirlen += nfsm_fhtom(nd,(u_int8_t *)&nfh,0,1); in nfsrvd_readdirplus()
|
| /trueos/sys/fs/nfs/ |
| HD | nfs_var.h | 261 int nfsm_fhtom(struct nfsrv_descript *, u_int8_t *, int, int);
|
| HD | nfs_commonsubs.c | 473 nfsm_fhtom(struct nfsrv_descript *nd, u_int8_t *fhp, int size, int set_true) in nfsm_fhtom() function 2216 retnum += nfsm_fhtom(nd, (u_int8_t *)fhp, 0, 0); in nfsv4_fillattr()
|