Home | History | Annotate | Download | only in src

Lines Matching refs:u32

20 #define EXT4_ALLOCATE_FAILED (u32)(~0)
28 u32 allocate_block();
29 struct block_allocation *allocate_blocks(u32 len);
32 struct ext4_inode *get_inode(u32 inode);
34 void reduce_allocation(struct block_allocation *alloc, u32 len);
35 u32 get_block(struct block_allocation *alloc, u32 block);
36 u32 get_oob_block(struct block_allocation *alloc, u32 block);
38 void get_region(struct block_allocation *alloc, u32 *block, u32 *len);
39 u32 get_free_blocks(u32 bg);
40 u32 get_free_inodes(u32 bg);
41 u32 reserve_inodes(int bg, u32 inodes);
42 void add_directory(u32 inode);
46 u32 allocate_inode();
54 u32 block, u32 len, int bg);
56 int append_oob_allocation(struct block_allocation *alloc, u32 len);