Searched defs:used_blocks (Results 1 – 3 of 3) sorted by relevance
89 uint32_t used_blocks; /* Current number of blocks in use */ member
186 uint32_t used_blocks = occupied_blocks - first_data_block; in ext2_format() local
706 uint32_t used_blocks = new_size / block_size + (new_size % block_size != 0); in ext2_inode_trunc() local