Lines Matching refs:le32_to_cpu
41 size = le32_to_cpu(h->bigdirsize); in adfs_fplus_read()
102 dir->parent_id = le32_to_cpu(h->bigdirparent); in adfs_fplus_read()
129 if (fpos <= le32_to_cpu(h->bigdirentries)) { in adfs_fplus_setpos()
174 if (dir->pos >= le32_to_cpu(h->bigdirentries)) in adfs_fplus_getnext()
178 offset += ((le32_to_cpu(h->bigdirnamelen) + 4) & ~3); in adfs_fplus_getnext()
183 obj->loadaddr = le32_to_cpu(bde.bigdirload); in adfs_fplus_getnext()
184 obj->execaddr = le32_to_cpu(bde.bigdirexec); in adfs_fplus_getnext()
185 obj->size = le32_to_cpu(bde.bigdirlen); in adfs_fplus_getnext()
186 obj->file_id = le32_to_cpu(bde.bigdirindaddr); in adfs_fplus_getnext()
187 obj->attr = le32_to_cpu(bde.bigdirattr); in adfs_fplus_getnext()
188 obj->name_len = le32_to_cpu(bde.bigdirobnamelen); in adfs_fplus_getnext()
191 offset += ((le32_to_cpu(h->bigdirnamelen) + 4) & ~3); in adfs_fplus_getnext()
192 offset += le32_to_cpu(h->bigdirentries) * sizeof(struct adfs_bigdirentry); in adfs_fplus_getnext()
193 offset += le32_to_cpu(bde.bigdirobnameptr); in adfs_fplus_getnext()