Home
last modified time | relevance | path

Searched refs:fs16 (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/fs/befs/
Dbefs_fs_types.h88 typedef u16 __bitwise fs16; typedef
96 fs16 start;
97 fs16 len;
169 fs16 name_size;
170 fs16 data_size;
243 fs16 all_key_count;
244 fs16 all_key_length;
Dendian.h51 fs16_to_cpu(const struct super_block *sb, fs16 n) in fs16_to_cpu()
59 static inline fs16
63 return (__force fs16)cpu_to_le16(n); in cpu_to_fs16()
65 return (__force fs16)cpu_to_be16(n); in cpu_to_fs16()
Dbtree.c104 static fs16 *befs_bt_keylen_index(befs_btree_node * node);
624 static fs16 *
635 return (fs16 *) ((void *) node->od_node + off); in befs_bt_keylen_index()
649 size_t keylen_index_size = node->head.all_key_count * sizeof (fs16); in befs_bt_valarray()
683 fs16 *keylen_index; in befs_bt_get_key()
/linux-2.6.39/drivers/macintosh/
Dtherm_pm72.h6 typedef short fs16; typedef
44 fs16 nactual_die; /* 0x3c - nActual Die */
45 fs16 nactual_heatsink; /* 0x3e - nActual Heatsink */
46 fs16 nactual_system; /* 0x40 - nActual System */
49 fs16 bdiode; /* 0x46 - Diode B value (offset) */
/linux-2.6.39/arch/mn10300/kernel/
Dfpu-low.S35 fmov fs0,fs16
71 fmov fs16,(\areg+)
108 fmov (\areg+),fs16
/linux-2.6.39/arch/mn10300/include/asm/
Dgdb-stub.h89 u32 fs16, fs17, fs18, fs19, fs20, fs21, fs22, fs23; member