Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.c507 struct ext2_block *list_block = NULL; in delete_blocks() local
519 list_block = ext2_get_block(fs, block_num); in delete_blocks()
521 if (list_block == NULL) { in delete_blocks()
524 list = (uint32_t *)list_block->data; in delete_blocks()
588 if (list_block) { in delete_blocks()
598 if (removed >= 0 && list_block && block_dirty) { in delete_blocks()
599 ret = ext2_write_block(fs, list_block); in delete_blocks()
604 ext2_drop_block(list_block); in delete_blocks()