Lines Matching refs:le32_to_cpu
26 sec = le32_to_cpu(hpfs_sb(s)->sb_bmp_dir[bmp_block]); in hpfs_map_bitmap()
42 to_prefetch = le32_to_cpu(hpfs_sb(s)->sb_bmp_dir[bmp_block]); in hpfs_prefetch_bitmap()
46 next_prefetch = le32_to_cpu(hpfs_sb(s)->sb_bmp_dir[bmp_block + 1]); in hpfs_prefetch_bitmap()
67 if (le32_to_cpu(cp->magic) != CP_DIR_MAGIC) { in hpfs_load_code_page()
69 le32_to_cpu(cp->magic)); in hpfs_load_code_page()
73 if (!le32_to_cpu(cp->n_code_pages)) { in hpfs_load_code_page()
78 cpds = le32_to_cpu(cp->array[0].code_page_data); in hpfs_load_code_page()
147 if (le32_to_cpu(fnode->magic) != FNODE_MAGIC) { in hpfs_map_fnode()
200 if (le32_to_cpu(anode->magic) != ANODE_MAGIC) { in hpfs_map_anode()
204 if (le32_to_cpu(anode->self) != ano) { in hpfs_map_anode()
245 if (le32_to_cpu(dnode->magic) != DNODE_MAGIC) { in hpfs_map_dnode()
249 if (le32_to_cpu(dnode->self) != secno) in hpfs_map_dnode()
250 hpfs_error(s, "bad self pointer on dnode %08x self = %08x", secno, le32_to_cpu(dnode->self)); in hpfs_map_dnode()
253 if (le32_to_cpu(dnode->first_free) > 2048) { in hpfs_map_dnode()
254 hpfs_error(s, "dnode %08x has first_free == %08x", secno, le32_to_cpu(dnode->first_free)); in hpfs_map_dnode()
257 for (p = 20; p < le32_to_cpu(dnode->first_free); p += d[p] + (d[p+1] << 8)) { in hpfs_map_dnode()
277 if (p != le32_to_cpu(dnode->first_free)) { in hpfs_map_dnode()
305 dno = le32_to_cpu(fnode->u.external[0].disk_secno); in hpfs_fnode_dno()