Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dloop.h76 #define MAX_LO_CRYPT 20 macro
/linux-4.4.14/drivers/block/
Dloop.c136 static struct loop_func_table *xfer_funcs[MAX_LO_CRYPT] = {
1118 if (type >= MAX_LO_CRYPT) in loop_set_status()
1617 if (n >= MAX_LO_CRYPT || xfer_funcs[n]) in loop_register_transfer()
1640 if (n == 0 || n >= MAX_LO_CRYPT || (xfer = xfer_funcs[n]) == NULL) in loop_unregister_transfer()