Searched refs:thyp (Results 1 – 1 of 1) sorted by relevance
1363 u_int64_t uquad = 0, thyp, thyp2; in nfsv4_loadattr() local1615 thyp = fxdr_hyper(tl); in nfsv4_loadattr()1620 if (thyp != (u_int64_t) in nfsv4_loadattr()1627 nap->na_filesid[0] = thyp; in nfsv4_loadattr()1813 thyp = fxdr_hyper(tl); in nfsv4_loadattr()1816 if (nap->na_fileid != thyp) in nfsv4_loadattr()1820 nap->na_fileid = thyp; in nfsv4_loadattr()2248 thyp = fxdr_hyper(tl); in nfsv4_loadattr()2251 if ((u_int64_t)nap->na_bytes != thyp) in nfsv4_loadattr()2255 nap->na_bytes = thyp; in nfsv4_loadattr()[all …]