Home
last modified time | relevance | path

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

/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()