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()
140 n_hotfixes = le32_to_cpu(spareblock->n_spares); in hpfs_load_hotfix_map()
141 n_used_hotfixes = le32_to_cpu(spareblock->n_spares_used); in hpfs_load_hotfix_map()
147 if (!(directory = hpfs_map_4sectors(s, le32_to_cpu(spareblock->hotfix_map), &qbh, 0))) { in hpfs_load_hotfix_map()
152 hpfs_sb(s)->hotfix_from[i] = le32_to_cpu(directory[i]); in hpfs_load_hotfix_map()
153 hpfs_sb(s)->hotfix_to[i] = le32_to_cpu(directory[n_hotfixes + i]); in hpfs_load_hotfix_map()
173 if (le32_to_cpu(fnode->magic) != FNODE_MAGIC) { in hpfs_map_fnode()
226 if (le32_to_cpu(anode->magic) != ANODE_MAGIC) { in hpfs_map_anode()
230 if (le32_to_cpu(anode->self) != ano) { in hpfs_map_anode()
271 if (le32_to_cpu(dnode->magic) != DNODE_MAGIC) { in hpfs_map_dnode()
275 if (le32_to_cpu(dnode->self) != secno) in hpfs_map_dnode()
276 hpfs_error(s, "bad self pointer on dnode %08x self = %08x", secno, le32_to_cpu(dnode->self)); in hpfs_map_dnode()
279 if (le32_to_cpu(dnode->first_free) > 2048) { in hpfs_map_dnode()
280 hpfs_error(s, "dnode %08x has first_free == %08x", secno, le32_to_cpu(dnode->first_free)); in hpfs_map_dnode()
283 for (p = 20; p < le32_to_cpu(dnode->first_free); p += d[p] + (d[p+1] << 8)) { in hpfs_map_dnode()
303 if (p != le32_to_cpu(dnode->first_free)) { in hpfs_map_dnode()
331 dno = le32_to_cpu(fnode->u.external[0].disk_secno); in hpfs_fnode_dno()