Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dloop.h77 #define MAX_LO_CRYPT 20 macro
/Linux-v4.19/drivers/block/
Dloop.c138 static struct loop_func_table *xfer_funcs[MAX_LO_CRYPT] = {
1140 if (type >= MAX_LO_CRYPT) { in loop_set_status()
1704 if (n >= MAX_LO_CRYPT || xfer_funcs[n]) in loop_register_transfer()
1727 if (n == 0 || n >= MAX_LO_CRYPT || (xfer = xfer_funcs[n]) == NULL) in loop_unregister_transfer()