Lines Matching refs:htonl
7 * 2003-08-09 Jamie Lokier: Use htonl() for nanoseconds, not htons()!
37 *p++ = htonl((u32) time->tv_sec); *p++ = htonl(time->tv_nsec);
73 *p++ = htonl(size);
170 *p++ = htonl(nfs3_ftypes[(stat->mode & S_IFMT) >> 12]);
171 *p++ = htonl((u32) (stat->mode & S_IALLUGO));
172 *p++ = htonl((u32) stat->nlink);
173 *p++ = htonl((u32) from_kuid_munged(userns, stat->uid));
174 *p++ = htonl((u32) from_kgid_munged(userns, stat->gid));
181 *p++ = htonl((u32) MAJOR(stat->rdev));
182 *p++ = htonl((u32) MINOR(stat->rdev));
701 *p++ = htonl(resp->access);
714 *p++ = htonl(resp->len);
737 *p++ = htonl(resp->count);
738 *p++ = htonl(resp->eof);
739 *p++ = htonl(resp->count); /* xdr opaque count */
763 *p++ = htonl(resp->count);
764 *p++ = htonl(resp->committed);
831 *p++ = htonl(resp->common.err == nfserr_eof);
940 *cd->offset = htonl(offset64 >> 32);
941 *cd->offset1 = htonl(offset64 & 0xffffffff);
1085 *p++ = htonl(resp->invarsec); /* mean unchanged time */
1100 *p++ = htonl(resp->f_rtmax);
1101 *p++ = htonl(resp->f_rtpref);
1102 *p++ = htonl(resp->f_rtmult);
1103 *p++ = htonl(resp->f_wtmax);
1104 *p++ = htonl(resp->f_wtpref);
1105 *p++ = htonl(resp->f_wtmult);
1106 *p++ = htonl(resp->f_dtpref);
1110 *p++ = htonl(resp->f_properties);
1126 *p++ = htonl(resp->p_link_max);
1127 *p++ = htonl(resp->p_name_max);
1128 *p++ = htonl(resp->p_no_trunc);
1129 *p++ = htonl(resp->p_chown_restricted);
1130 *p++ = htonl(resp->p_case_insensitive);
1131 *p++ = htonl(resp->p_case_preserving);