Home
last modified time | relevance | path

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

/linux-4.19.296/fs/befs/ !
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;
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()
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()