Lines Matching refs:u32
20 #define EXT4_ALLOCATE_FAILED (u32)(~0)
25 u32 block;
26 u32 len;
36 u32 partial_iter;
47 u32 first_block;
55 u32 free_blocks;
56 u32 free_inodes;
57 u32 first_free_inode;
67 u32 allocate_block();
68 struct block_allocation *allocate_blocks(u32 len);
71 struct ext4_inode *get_inode(u32 inode);
73 void reduce_allocation(struct block_allocation *alloc, u32 len);
74 u32 get_block(struct block_allocation *alloc, u32 block);
75 u32 get_oob_block(struct block_allocation *alloc, u32 block);
77 void get_region(struct block_allocation *alloc, u32 *block, u32 *len);
78 u32 get_free_blocks(u32 bg);
79 u32 get_free_inodes(u32 bg);
80 u32 reserve_inodes(int bg, u32 inodes);
81 void add_directory(u32 inode);
85 u32 allocate_inode();
93 u32 block, u32 len, int bg);
95 int append_oob_allocation(struct block_allocation *alloc, u32 len);
99 void reserve_bg_chunk(int bg, u32 start_block, u32 size);