Searched refs:k_size (Results 1 – 1 of 1) sorted by relevance
309 daddr_t k_size; in handle_chunk() local326 k_size = chunk_size / 1024; in handle_chunk()327 entry->size = (k_size > (off_t)INT_MAX ? INT_MAX : k_size); in handle_chunk()