Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-vtbl.c229 entry[VTBL_K_CMPR] = VTBL_CMPR_UNREG; in create_zft_volume()
231 entry[VTBL_K_CMPR] |= VTBL_CMPR_USED; in create_zft_volume()
349 if (entry[VTBL_K_CMPR] & VTBL_CMPR_UNREG) { in extract_zft_volume()
351 (entry[VTBL_K_CMPR] & VTBL_CMPR_USED) != 0; in extract_zft_volume()
359 entry[VTBL_K_CMPR], entry[VTBL_CMPR]); in extract_zft_volume()
Dzftape-vtbl.h76 #define VTBL_K_CMPR 120 macro