Searched refs:fs32 (Results 1 – 3 of 3) sorted by relevance
59 #define BEFS_BYTEORDER_NATIVE_LE ((__force fs32)cpu_to_le32(BEFS_BYTEORDER_NATIVE))60 #define BEFS_BYTEORDER_NATIVE_BE ((__force fs32)cpu_to_be32(BEFS_BYTEORDER_NATIVE))63 #define BEFS_SUPER_MAGIC1_LE ((__force fs32)cpu_to_le32(BEFS_SUPER_MAGIC1))64 #define BEFS_SUPER_MAGIC1_BE ((__force fs32)cpu_to_be32(BEFS_SUPER_MAGIC1))88 typedef u32 __bitwise fs32; typedef96 fs32 allocation_group;115 fs32 magic1;116 fs32 fs_byte_order;118 fs32 block_size;119 fs32 block_shift;[all …]
34 fs32_to_cpu(const struct super_block *sb, fs32 n) in fs32_to_cpu()42 static inline fs3246 return (__force fs32)cpu_to_le32(n); in cpu_to_fs32()48 return (__force fs32)cpu_to_be32(n); in cpu_to_fs32()
14 typedef int fs32; typedef51 fs32 pid_gp; /* 0x2c - PID proportional gain */52 fs32 pid_gr; /* 0x30 - PID reset gain */53 fs32 pid_gd; /* 0x34 - PID derivative gain */62 fs32 theta_heat_sink; /* 0x48 - Theta heat sink */