Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dloop.h75 #define MAX_LO_CRYPT 20 macro
/linux-4.1.27/drivers/block/
Dloop.c136 static struct loop_func_table *xfer_funcs[MAX_LO_CRYPT] = {
915 if (type >= MAX_LO_CRYPT) in loop_set_status()
1396 if (n >= MAX_LO_CRYPT || xfer_funcs[n]) in loop_register_transfer()
1419 if (n == 0 || n >= MAX_LO_CRYPT || (xfer = xfer_funcs[n]) == NULL) in loop_unregister_transfer()