/src/sys/nfs/ |
nfsm_subs.h | 171 nfsm_getfh(ttfhp, ttfhsize, (v3)); \ 192 * nfsm_getfh: dissect a filehandle. 199 #define nfsm_getfh(f, s, v3) \ macro
|
nfs_vnops.c | 877 nfsm_getfh(fhp, fhsize, v3); 2731 nfsm_getfh(fhp, fhsize, 1); 2919 nfsm_getfh(nfhp, fhlen, v3);
|
/src/sys/fs/nfs/client/ |
nfs_clcomsubs.c | 475 error = nfsm_getfh(nd, nfhpp);
|
nfs_clstate.c | 3227 error = nfsm_getfh(nd, &nfhp); 3296 error = nfsm_getfh(nd, &nfhp); 3339 error = nfsm_getfh(nd, &nfhp);
|
nfs_clrpcops.c | 1273 error = nfsm_getfh(nd, nfhpp); 3425 error = nfsm_getfh(nd, &nfhp);
|
/src/sys/fs/nfs/common/ |
nfs_var.h | 311 int nfsm_getfh(struct nfsrv_descript *, struct nfsfh **);
|
nfs_commonsubs.c | 663 nfsm_getfh(struct nfsrv_descript *nd, struct nfsfh **nfhpp) function in typeref:typename:APPLESTATIC int 1190 error = nfsm_getfh(nd, &tnfhp);
|