[go: nahoru, domu]

Searched defs:cp_type (Results 1 - 2 of 2) sorted by relevance

/drivers/misc/
H A Dlkdtm.c121 static char* cp_type[] = { variable
246 for (i = 0; i < ARRAY_SIZE(cp_type); i++) {
247 if (!strcmp(what, cp_type[i]))
256 if (type == CT_NONE || type < 0 || type > ARRAY_SIZE(cp_type))
259 return cp_type[type - 1];
662 for (i = 0; i < ARRAY_SIZE(cp_type); i++)
663 n += snprintf(buf + n, PAGE_SIZE - n, "%s\n", cp_type[i]);
/drivers/staging/lustre/lustre/include/
H A Dcl_object.h751 enum cl_page_type cp_type; member in struct:cl_page
1117 if (page->cp_type == CPT_CACHEABLE)

Completed in 42 milliseconds