[go: nahoru, domu]

Searched refs:xfer_funcs (Results 1 - 1 of 1) sorted by relevance

/drivers/block/
H A Dloop.c157 /* xfer_funcs[0] is special - its release function is never called */
158 static struct loop_func_table *xfer_funcs[MAX_LO_CRYPT] = { variable in typeref:struct:loop_func_table
1091 xfer = xfer_funcs[type];
1570 if (n >= MAX_LO_CRYPT || xfer_funcs[n])
1572 xfer_funcs[n] = funcs;
1593 if (n == 0 || n >= MAX_LO_CRYPT || (xfer = xfer_funcs[n]) == NULL)
1596 xfer_funcs[n] = NULL;

Completed in 44 milliseconds