Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-vtbl.h89 #define VTBL_ID "VTBL" macro
90 #define VTBL_IDS { VTBL_ID, "XTBL", "UTID", "EXVT" } /* other valid ids */
Dzftape-vtbl.c214 memcpy(&entry[VTBL_SIG], VTBL_ID, 4); in create_zft_volume()