Searched refs:NFSX_V3FH (Results 1 – 7 of 7) sorted by relevance
| /trueos/sys/nfsserver/ |
| HD | nfs_srvsubs.c | 1156 for (i = 0; i < NFSX_V3FH; i++) in nfs_ispublicfh() 1225 tl = nfsm_build_xx(NFSX_UNSIGNED + NFSX_V3FH, mb, bpos); in nfsm_srvfhtom_xx() 1226 *tl++ = txdr_unsigned(NFSX_V3FH); in nfsm_srvfhtom_xx() 1227 bcopy(f, tl, NFSX_V3FH); in nfsm_srvfhtom_xx() 1239 tl = nfsm_build_xx(2 * NFSX_UNSIGNED + NFSX_V3FH, mb, bpos); in nfsm_srvpostop_fh_xx() 1241 *tl++ = txdr_unsigned(NFSX_V3FH); in nfsm_srvpostop_fh_xx() 1242 bcopy(f, tl, NFSX_V3FH); in nfsm_srvpostop_fh_xx() 1326 if (fhlen != 0 && fhlen != NFSX_V3FH) in nfsm_srvmtofh_xx() 1337 bzero((caddr_t)(f), NFSX_V3FH); in nfsm_srvmtofh_xx()
|
| HD | nfs_fha_old.c | 150 if (fhlen != 0 && fhlen != NFSX_V3FH) in fhaold_get_fh()
|
| HD | nfs_serv.c | 2600 u_int32_t fl_nfh[NFSX_V3FH / sizeof (u_int32_t)]; 3147 bzero((caddr_t)nfhp, NFSX_V3FH); in nfsrv_readdirplus() 3165 len += (8 * NFSX_UNSIGNED + nlen + rem + NFSX_V3FH + in nfsrv_readdirplus() 3179 fl.fl_fhsize = txdr_unsigned(NFSX_V3FH); in nfsrv_readdirplus()
|
| /trueos/contrib/tcpdump/ |
| HD | nfs.h | 118 #define NFSX_V3FH (sizeof (fhandle_t)) /* size this server uses */ 136 #define NFSX_SRVFH(v3) ((v3) ? NFSX_V3FH : NFSX_V2FH)
|
| /trueos/sys/nfs/ |
| HD | nfsproto.h | 155 #define NFSX_V3FH (sizeof (fhandle_t)) /* size this server uses */ macro 177 #define NFSX_SRVFH(v3) ((v3) ? NFSX_V3FH : NFSX_V2FH)
|
| /trueos/sys/nfsclient/ |
| HD | nfs_vfsops.c | 250 nfsv3_diskless.root_fhsize = NFSX_V3FH; in nfs_convert_diskless() 251 bcopy(nfs_diskless.root_fh, nfsv3_diskless.root_fh, NFSX_V3FH); in nfs_convert_diskless()
|
| /trueos/usr.sbin/mountd/ |
| HD | mountd.c | 1170 len = NFSX_V3FH; in xdr_fhs()
|