Home
last modified time | relevance | path

Searched refs:start_blk (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/subsys/fs/ext2/
Dext2_diskops.c506 uint32_t *list, start_blk; in delete_blocks() local
531 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()
Dext2_impl.c739 uint32_t start_blk = used_blocks; in ext2_inode_trunc() local
742 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()