Lines Matching refs:le32_to_cpu
37 size = le32_to_cpu(h->bigdirsize); in adfs_fplus_read()
96 dir->parent_id = le32_to_cpu(h->bigdirparent); in adfs_fplus_read()
123 if (fpos <= le32_to_cpu(h->bigdirentries)) { in adfs_fplus_setpos()
168 if (dir->pos >= le32_to_cpu(h->bigdirentries)) in adfs_fplus_getnext()
172 offset += ((le32_to_cpu(h->bigdirnamelen) + 4) & ~3); in adfs_fplus_getnext()
177 obj->loadaddr = le32_to_cpu(bde.bigdirload); in adfs_fplus_getnext()
178 obj->execaddr = le32_to_cpu(bde.bigdirexec); in adfs_fplus_getnext()
179 obj->size = le32_to_cpu(bde.bigdirlen); in adfs_fplus_getnext()
180 obj->indaddr = le32_to_cpu(bde.bigdirindaddr); in adfs_fplus_getnext()
181 obj->attr = le32_to_cpu(bde.bigdirattr); in adfs_fplus_getnext()
182 obj->name_len = le32_to_cpu(bde.bigdirobnamelen); in adfs_fplus_getnext()
185 offset += ((le32_to_cpu(h->bigdirnamelen) + 4) & ~3); in adfs_fplus_getnext()
186 offset += le32_to_cpu(h->bigdirentries) * sizeof(struct adfs_bigdirentry); in adfs_fplus_getnext()
187 offset += le32_to_cpu(bde.bigdirobnameptr); in adfs_fplus_getnext()