Searched refs:thyp (Results 1 – 1 of 1) sorted by relevance
1315 u_int64_t uquad = 0, thyp, thyp2; in nfsv4_loadattr() local1546 thyp = fxdr_hyper(tl); in nfsv4_loadattr()1551 if (thyp != (u_int64_t) in nfsv4_loadattr()1558 nap->na_filesid[0] = thyp; in nfsv4_loadattr()1730 thyp = fxdr_hyper(tl); in nfsv4_loadattr()1733 if (nap->na_fileid != thyp) in nfsv4_loadattr()1737 nap->na_fileid = thyp; in nfsv4_loadattr()2157 thyp = fxdr_hyper(tl); in nfsv4_loadattr()2160 if ((u_int64_t)nap->na_bytes != thyp) in nfsv4_loadattr()2164 nap->na_bytes = thyp; in nfsv4_loadattr()[all …]