Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-vtbl.c201 TRACE_EXIT check_volume_label(&entry[VTBL_DESC], &volume->blk_sz); in check_volume()
215 sprintf(&entry[VTBL_DESC], ZFT_VOL_NAME" %03d", vtbl->count); in create_zft_volume()
280 DUMP_VOLINFO(ft_t_noise, &entry[VTBL_DESC], vtbl); in zft_create_volume_headers()
412 DUMP_VOLINFO(ft_t_noise, &entry[VTBL_DESC], zft_last_vtbl); in zft_extract_volume_headers()
Dzftape-vtbl.h45 #define VTBL_DESC 8 macro