Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dloop.h77 #define MAX_LO_CRYPT 20 macro
/Linux-v5.4/drivers/block/
Dloop.c139 static struct loop_func_table *xfer_funcs[MAX_LO_CRYPT] = {
1270 if (type >= MAX_LO_CRYPT) { in loop_set_status()
1857 if (n >= MAX_LO_CRYPT || xfer_funcs[n]) in loop_register_transfer()
1880 if (n == 0 || n >= MAX_LO_CRYPT || (xfer = xfer_funcs[n]) == NULL) in loop_unregister_transfer()