Home
last modified time | relevance | path

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

/fs/incfs/
Ddata_mgmt.c408 loff_t blockmap_off = 0; in get_data_file_block() local
415 blockmap_off = df->df_blockmap_off; in get_data_file_block()
418 if (index < 0 || index >= df->df_block_count || blockmap_off == 0) in get_data_file_block()
421 error = incfs_read_blockmap_entry(bfc, index, blockmap_off, &bme); in get_data_file_block()