Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dbsg-lib.c119 job = kzalloc(sizeof(struct bsg_job) + q->bsg_job_size, GFP_KERNEL); in bsg_create_job()
125 if (q->bsg_job_size) in bsg_create_job()
217 q->bsg_job_size = dd_job_size; in bsg_setup_queue()
/linux-4.1.27/include/linux/
Dblkdev.h476 int bsg_job_size; member