Lines Matching refs:le16_to_cpu
79 cpi = le16_to_cpu(cp->array[0].index); in hpfs_load_code_page()
88 if (le16_to_cpu(cpd->offs[cpi]) > 0x178) { in hpfs_load_code_page()
93 ptr = (unsigned char *)cpd + le16_to_cpu(cpd->offs[cpi]) + 6; in hpfs_load_code_page()
186 if (le16_to_cpu(fnode->btree.first_free) != in hpfs_map_fnode()
194 if (le16_to_cpu(fnode->ea_size_s) && (le16_to_cpu(fnode->ea_offs) < 0xc4 || in hpfs_map_fnode()
195 …le16_to_cpu(fnode->ea_offs) + le16_to_cpu(fnode->acl_size_s) + le16_to_cpu(fnode->ea_size_s) > 0x2… in hpfs_map_fnode()
199 le16_to_cpu(fnode->ea_offs), le16_to_cpu(fnode->ea_size_s)); in hpfs_map_fnode()
239 if (le16_to_cpu(anode->btree.first_free) != in hpfs_map_anode()
285 …if (le16_to_cpu(de->length) > 292 || (le16_to_cpu(de->length) < 32) || (le16_to_cpu(de->length) & … in hpfs_map_dnode()
289 if (((31 + de->namelen + de->down*4 + 3) & ~3) != le16_to_cpu(de->length)) { in hpfs_map_dnode()
290 …if (((31 + de->namelen + de->down*4 + 3) & ~3) < le16_to_cpu(de->length) && s->s_flags & MS_RDONLY… in hpfs_map_dnode()