Lines Matching refs:u32
30 #define AFFS_LC_SIZE (AFFS_CACHE_SIZE/sizeof(u32)/2)
37 u32 ext; /* idx of the extended block */
38 u32 key; /* block number */
49 u32 i_blkcnt; /* block count */
50 u32 i_extcnt; /* extended block count */
51 u32 *i_lc; /* linear cache of extended blocks */
52 u32 i_lc_size;
53 u32 i_lc_shift;
54 u32 i_lc_mask;
56 u32 i_ext_last; /* last accessed extended block */
59 u32 i_protect; /* unused attribute bits */
60 u32 i_lastalloc; /* last allocated block */
79 u32 bm_key; /* Disk block number */
80 u32 bm_free; /* Free blocks in here */
87 u32 s_data_blksize; /* size of the data block w/o header */
88 u32 s_root_block; /* FFS root block number. */
97 u32 s_bmap_count; /* # of bitmap blocks. */
98 u32 s_bmap_bits; /* # of bits in one bitmap blocks */
99 u32 s_last_bmap;
140 extern u32 affs_checksum_block(struct super_block *sb, struct buffer_head *bh);
143 extern umode_t affs_prot_to_mode(u32 prot);
158 extern u32 affs_count_free_blocks(struct super_block *s);
159 extern void affs_free_block(struct super_block *sb, u32 block);
160 extern u32 affs_alloc_block(struct inode *inode, u32 goal);
281 affs_adjust_checksum(struct buffer_head *bh, u32 val) in affs_adjust_checksum()
283 u32 tmp = be32_to_cpu(((__be32 *)bh->b_data)[5]); in affs_adjust_checksum()
287 affs_adjust_bitmapchecksum(struct buffer_head *bh, u32 val) in affs_adjust_bitmapchecksum()
289 u32 tmp = be32_to_cpu(((__be32 *)bh->b_data)[0]); in affs_adjust_bitmapchecksum()