Home
last modified time | relevance | path

Searched refs:opbuf (Results 1 – 2 of 2) sorted by path

/linux/block/
H A Dblk-mq-debugfs.c126 char opbuf[16] = { }, *op; in queue_state_write() local
135 if (count >= sizeof(opbuf)) { in queue_state_write()
140 if (copy_from_user(opbuf, buf, count)) in queue_state_write()
142 op = strstrip(opbuf); in queue_state_write()
/linux/include/uapi/linux/
H A Di2o-dev.h68 void __user *opbuf; /* Operation List buffer */ member