Lines Matching refs:u32
20 #define EXT4_ALLOCATE_FAILED (u32)(~0)
30 u32 partial_iter;
43 u32 allocate_block();
44 struct block_allocation *allocate_blocks(u32 len);
47 struct ext4_inode *get_inode(u32 inode);
49 void reduce_allocation(struct block_allocation *alloc, u32 len);
50 u32 get_block(struct block_allocation *alloc, u32 block);
51 u32 get_oob_block(struct block_allocation *alloc, u32 block);
53 void get_region(struct block_allocation *alloc, u32 *block, u32 *len);
54 u32 get_free_blocks(u32 bg);
55 u32 get_free_inodes(u32 bg);
56 u32 reserve_inodes(int bg, u32 inodes);
57 void add_directory(u32 inode);
61 u32 allocate_inode();
69 u32 block, u32 len, int bg);
71 int append_oob_allocation(struct block_allocation *alloc, u32 len);