Searched refs:le16_to_cpu (Results 26 - 50 of 481) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dmisc.c86 if (le16_to_cpu(eahd->descTag.tagIdent) != TAG_IDENT_EAHD ||
170 if (le16_to_cpu(eahd->descTag.tagIdent) != TAG_IDENT_EAHD ||
226 *ident = le16_to_cpu(tag_p->tagIdent);
247 if (le16_to_cpu(tag_p->descVersion) != 0x0002U &&
248 le16_to_cpu(tag_p->descVersion) != 0x0003U)
251 le16_to_cpu(tag_p->descVersion), block);
256 if (le16_to_cpu(tag_p->descCRCLength) + sizeof(tag) > sb->s_blocksize ||
257 le16_to_cpu(tag_p->descCRC) == udf_crc(bh->b_data + sizeof(tag),
258 le16_to_cpu(tag_p->descCRCLength), 0))
263 block + UDF_SB_SESSION(sb), le16_to_cpu(tag_
[all...]
H A Dudfend.h11 out.partitionReferenceNum = le16_to_cpu(in.partitionReferenceNum);
27 out.typeAndTimezone = le16_to_cpu(in.typeAndTimezone);
28 out.year = le16_to_cpu(in.year);
H A Dpartition.c117 for (i=0; i<le16_to_cpu(st->reallocationTableLen); i++)
161 for (k=0; k<le16_to_cpu(st->reallocationTableLen); k++)
171 udf_update_tag((char *)st, sizeof(struct sparingTable) + le16_to_cpu(st->reallocationTableLen) * sizeof(struct sparingEntry));
188 for (l=k; l<le16_to_cpu(st->reallocationTableLen); l++)
201 udf_update_tag((char *)st, sizeof(struct sparingTable) + le16_to_cpu(st->reallocationTableLen) * sizeof(struct sparingEntry));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-ff.c81 int vendor = le16_to_cpu(hid_to_usb_dev(hid)->descriptor.idVendor);
82 int product = le16_to_cpu(hid_to_usb_dev(hid)->descriptor.idProduct);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dendian.h35 return le16_to_cpu((__force le16)x);
50 return le16_to_cpu(*(__force le16*)x);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.h52 return le16_to_cpu(fe->id2.i_list.l_tree_depth) + 2;
104 return le16_to_cpu(rec->e_leaf_clusters);
H A Dalloc.c106 depth = le16_to_cpu(path_root_el(path)->l_tree_depth);
167 BUG_ON(le16_to_cpu(root_el->l_tree_depth) >= OCFS2_MAX_PATH_DEPTH);
171 path->p_tree_depth = le16_to_cpu(root_el->l_tree_depth);
233 le16_to_cpu(ext->e_leaf_clusters));
244 le16_to_cpu(left->e_leaf_clusters);
322 retval = le16_to_cpu(el->l_count) - le16_to_cpu(el->l_next_free_rec);
442 i = le16_to_cpu(el->l_next_free_rec) - 1;
492 new_blocks = le16_to_cpu(el->l_tree_depth);
594 i = le16_to_cpu(e
[all...]
H A Dsuballoc.c138 return (u32)le16_to_cpu(cl->cl_cpg) * (u32)le16_to_cpu(cl->cl_bpc);
162 max_bits = le16_to_cpu(di->id2.i_chain.cl_cpg) * le16_to_cpu(di->id2.i_chain.cl_bpc);
163 if (le16_to_cpu(gd->bg_bits) > max_bits) {
166 le16_to_cpu(gd->bg_bits));
170 if (le16_to_cpu(gd->bg_chain) >=
171 le16_to_cpu(di->id2.i_chain.cl_next_free_rec)) {
174 le16_to_cpu(gd->bg_chain));
178 if (le16_to_cpu(g
[all...]
H A Ddir.c155 if (le16_to_cpu(de->rec_len) <
158 i += le16_to_cpu(de->rec_len);
177 offset += le16_to_cpu(de->rec_len);
202 filp->f_pos += le16_to_cpu(de->rec_len);
309 ((char *)de + le16_to_cpu(de->rec_len));
319 offset = le16_to_cpu(de->rec_len) + le16_to_cpu(de1->rec_len);
320 de = (struct ocfs2_dir_entry *)((char *)de1 + le16_to_cpu(de1->rec_len));
342 offset += le16_to_cpu(de->rec_len);
344 ((char *)de + le16_to_cpu(d
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrlist.c90 ale = (ATTR_LIST_ENTRY *)((u8*)ale + le16_to_cpu(ale->length));
126 mref = MK_LE_MREF(ni->mft_no, le16_to_cpu(ni->mrec->sequence_number));
151 ((u8*)attr + le16_to_cpu(attr->name_offset)) :
155 le16_to_cpu(attr->value_offset)), (attr->non_resident) ?
167 le16_to_cpu(ctx->al_entry->length));
199 memcpy(ale->name, (u8 *)attr + le16_to_cpu(attr->name_offset),
277 new_al_len = base_ni->attr_list_size - le16_to_cpu(ale->length);
297 memcpy(new_al + ((u8*)ale - base_ni->attr_list), (u8*)ale + le16_to_cpu(
H A Dmft.c229 a = (ATTR_RECORD *)((char *)m + le16_to_cpu(m->attrs_offset));
297 if (MSEQNO(mref) && MSEQNO(mref) != le16_to_cpu(m->sequence_number)) {
300 le16_to_cpu(m->sequence_number));
306 *attr = (ATTR_RECORD*)((char*)m + le16_to_cpu(m->attrs_offset));
369 *(u16*)((u8*)mrec + le16_to_cpu(mrec->usa_ofs)) = cpu_to_le16(1);
374 mrec->attrs_offset = cpu_to_le16((le16_to_cpu(mrec->usa_ofs) +
375 (le16_to_cpu(mrec->usa_count) << 1) + 7) & ~7);
381 mrec->bytes_in_use = cpu_to_le32((le16_to_cpu(mrec->attrs_offset) + 8 +
386 a = (ATTR_RECORD*)((u8*)mrec + le16_to_cpu(mrec->attrs_offset));
730 le16_to_cpu(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/volume_id/lib/
H A Dsilicon_raid.c73 le16_to_cpu(sil->major_ver), le16_to_cpu(sil->minor_ver));
H A Dntfs.c119 sector_size = le16_to_cpu(ns->bytes_per_sector);
148 attr_off = le16_to_cpu(mftr->attrs_offset);
154 attr_len = le16_to_cpu(attr->len);
155 val_off = le16_to_cpu(attr->value_offset);
H A Dnvidia_raid.c60 snprintf(id->type_version, sizeof(id->type_version)-1, "%u", le16_to_cpu(nv->version));
H A Dnetware.c97 le16_to_cpu(nw->SBH_VersionMediaMajor), le16_to_cpu(nw->SBH_VersionMediaMinor));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/lib/
H A Dio.c353 outw(le16_to_cpu(l >> 16), port);
354 outw(le16_to_cpu(l & 0xffff), port);
357 outw(le16_to_cpu(*(unsigned short*)p), port);
363 outw(le16_to_cpu(*(unsigned short*)p), port);
371 outw(le16_to_cpu(l >> 16), port);
372 outw(le16_to_cpu(l & 0xffff), port);
375 outw(le16_to_cpu(*(unsigned short *)p), port);
391 outw(le16_to_cpu(l | l2 >> 8), port);
395 outw (le16_to_cpu(l | l2>>8), port);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_xattr.h48 le16_to_cpu((ea)->valuelen))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/partitions/
H A Dkarma.c37 if (le16_to_cpu(label->d_magic) != KARMA_LABEL_MAGIC) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dcifs_unicode.c45 codepage->uni2char(le16_to_cpu(from[i]), &to[outlen],
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/tagutils/
H A Dmisc.c30 le16_to_cpu(__u16 le16) function
91 d = le16_to_cpu(d);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dmisc.c29 le16_to_cpu(__u16 le16) function
90 d = le16_to_cpu(d);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dmisc.c30 le16_to_cpu(__u16 le16) function
91 d = le16_to_cpu(d);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dxattr_acl.c45 acl_e->e_tag = le16_to_cpu(entry->e_tag);
46 acl_e->e_perm = le16_to_cpu(entry->e_perm);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/
H A Dnftlmount.c108 if (le16_to_cpu(h1.EraseMark | h1.EraseMark1) != ERASE_MARK) {
111 le16_to_cpu(h1.EraseMark), le16_to_cpu(h1.EraseMark1));
162 nftl->nb_boot_blocks = le16_to_cpu(mh->FirstPhysicalEUN);
182 nftl->nb_blocks = le16_to_cpu(mh->NumEraseUnits) + le16_to_cpu(mh->FirstPhysicalEUN);
283 erase_mark = le16_to_cpu ((uci.EraseMark | uci.EraseMark1));
456 erase_mark = le16_to_cpu ((h1.EraseMark | h1.EraseMark1));
494 return le16_to_cpu((uci.FoldMark | uci.FoldMark1));
542 logical_block = le16_to_cpu ((h
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs_sb.h55 #define sb_blocksize(sbp) (le16_to_cpu((sbp)->s_v1.s_blocksize))
57 #define sb_oid_maxsize(sbp) (le16_to_cpu((sbp)->s_v1.s_oid_maxsize))
59 #define sb_oid_cursize(sbp) (le16_to_cpu((sbp)->s_v1.s_oid_cursize))
61 #define sb_umount_state(sbp) (le16_to_cpu((sbp)->s_v1.s_umount_state))
63 #define sb_fs_state(sbp) (le16_to_cpu((sbp)->s_v1.s_fs_state))
69 #define sb_tree_height(sbp) (le16_to_cpu((sbp)->s_v1.s_tree_height))
71 #define sb_bmap_nr(sbp) (le16_to_cpu((sbp)->s_v1.s_bmap_nr))
73 #define sb_version(sbp) (le16_to_cpu((sbp)->s_v1.s_version))
77 (le16_to_cpu((sbp)->s_v1.s_reserved_for_journal))

Completed in 181 milliseconds

1234567891011>>