Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-vtbl.c222 entry[VTBL_CMPR] = VTBL_CMPR_UNREG; in create_zft_volume()
229 entry[VTBL_K_CMPR] = VTBL_CMPR_UNREG; in create_zft_volume()
349 if (entry[VTBL_K_CMPR] & VTBL_CMPR_UNREG) { in extract_zft_volume()
352 } else if (entry[VTBL_CMPR] & VTBL_CMPR_UNREG) { in extract_zft_volume()
Dzftape-vtbl.h70 #define VTBL_CMPR_UNREG 0x3f macro