Searched refs:start_blk (Results 1 – 2 of 2) sorted by relevance
506 uint32_t *list, start_blk; in delete_blocks() local531 start_blk = 0; in delete_blocks()539 start_blk = offsets[0]; in delete_blocks()555 start_blk = offsets[0] + 1; in delete_blocks()567 for (uint32_t i = start_blk; i < fs->block_size / EXT2_BLOCK_NUM_SIZE; ++i) { in delete_blocks()
739 uint32_t start_blk = used_blocks; in ext2_inode_trunc() local742 LOG_DBG("Inode trunc from blk: %d", start_blk); in ext2_inode_trunc()745 removed_blocks = ext2_inode_remove_blocks(inode, start_blk); in ext2_inode_trunc()