Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/befs/
A Dbefs_fs_types.h89 typedef u16 __bitwise fs16; typedef
97 fs16 start;
98 fs16 len;
170 fs16 name_size;
171 fs16 data_size;
244 fs16 all_key_count;
245 fs16 all_key_length;
A Dendian.h52 fs16_to_cpu(const struct super_block *sb, fs16 n) in fs16_to_cpu()
60 static inline fs16
64 return (__force fs16)cpu_to_le16(n); in cpu_to_fs16()
66 return (__force fs16)cpu_to_be16(n); in cpu_to_fs16()
A Dbtree.c105 static fs16 *befs_bt_keylen_index(struct befs_btree_node *node);
621 static fs16 *
632 return (fs16 *) ((void *) node->od_node + off); in befs_bt_keylen_index()
646 size_t keylen_index_size = node->head.all_key_count * sizeof (fs16); in befs_bt_valarray()
680 fs16 *keylen_index; in befs_bt_get_key()
/linux-6.3-rc2/drivers/macintosh/
A Dwindfarm_mpu.h15 typedef short fs16; typedef
56 fs16 nactual_die; /* 0x3c - nActual Die */
57 fs16 nactual_heatsink; /* 0x3e - nActual Heatsink */
58 fs16 nactual_system; /* 0x40 - nActual System */
61 fs16 bdiode; /* 0x46 - Diode B value (offset) */

Completed in 8 milliseconds