Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/incfs/
H A Ddata_mgmt.c1387 struct data_file_block existing_block = {}; in incfs_process_new_data_block() local
1415 error = get_data_file_block(df, block->block_index, &existing_block); in incfs_process_new_data_block()
1421 if (is_data_block_present(&existing_block)) { in incfs_process_new_data_block()