Lines Matching refs:untohl
58 untohl(const u32_be_t be)
99 return untohl(cr->size);
120 untohl(ci->dir_start));
156 (untohl(next_be) & 7) == RFST_HARDLINK) {
160 (untohl(ci->dir_start) & ~15));
165 if ((untohl(ci->next) & 7) == RFST_SYMLINK) {
180 switch (untohl(ci->next) & 7) {
206 if (!(untohl(ci->next) & ~15))
210 (untohl(ci->next) & ~15));
232 *len = untohl(ci->size);
234 *csum = untohl(ci->checksum);