Searched refs:fs32 (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/befs/
H A Dbefs_fs_types.h83 typedef u32 __bitwise fs32; typedef
91 fs32 allocation_group;
110 fs32 magic1;
111 fs32 fs_byte_order;
113 fs32 block_size;
114 fs32 block_shift;
119 fs32 inode_size;
121 fs32 magic2;
122 fs32 blocks_per_ag;
123 fs32 ag_shif
[all...]
H A Dendian.h33 fs32_to_cpu(const struct super_block *sb, fs32 n)
41 static inline fs32
45 return (__force fs32)cpu_to_le32(n);
47 return (__force fs32)cpu_to_be32(n);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ufs/
H A Dutil.c187 __u32 fs32; local
191 fs32 = fs32_to_cpu(sb, ufsi->i_u1.i_data[1]);
193 fs32 = fs32_to_cpu(sb, ufsi->i_u1.i_data[0]);
197 if ((fs32 & 0xffff0000) == 0 ||
198 (fs32 & 0xffff0000) == 0xffff0000)
199 dev = old_decode_dev(fs32 & 0x7fff);
201 dev = MKDEV(sysv_major(fs32), sysv_minor(fs32));
205 dev = old_decode_dev(fs32);
214 __u32 fs32; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dtherm_pm72.h5 typedef int fs32; typedef
39 fs32 pid_gp; /* 0x2c - PID proportional gain */
40 fs32 pid_gr; /* 0x30 - PID reset gain */
41 fs32 pid_gd; /* 0x34 - PID derivative gain */
50 fs32 theta_heat_sink; /* 0x48 - Theta heat sink */

Completed in 75 milliseconds