Searched refs:vol_h_f (Results 1 – 1 of 1) sorted by relevance
117 char *vol_h_f; member122 vol_h_f = static_cast<char *>(ats_memalign(ats_pagesize(), 4 * STORE_BLOCK_SIZE)); in VolInitInfo()123 memset(vol_h_f, 0, 4 * STORE_BLOCK_SIZE); in VolInitInfo()132 free(vol_h_f); in ~VolInitInfo()1317 aio->aiocb.aio_buf = &(init_info->vol_h_f[i * STORE_BLOCK_SIZE]); in init()