Home
last modified time | relevance | path

Searched refs:bounce_gfp (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/block/
Dbounce.c205 to->bv_page = mempool_alloc(pool, q->bounce_gfp); in __blk_queue_bounce()
253 if (!(q->bounce_gfp & GFP_DMA)) { in blk_queue_bounce()
Dblk-settings.c195 q->bounce_gfp = GFP_NOIO; in blk_queue_bounce_limit()
212 q->bounce_gfp = GFP_NOIO | GFP_DMA; in blk_queue_bounce_limit()
Dbio-integrity.c289 buf = kmalloc(len, GFP_NOIO | q->bounce_gfp); in bio_integrity_prep()
Dbio.c1202 page = alloc_page(q->bounce_gfp | gfp_mask); in bio_copy_user_iov()
1519 page = alloc_page(q->bounce_gfp | gfp_mask); in bio_copy_kern()
Dscsi_ioctl.c441 buffer = kzalloc(bytes, q->bounce_gfp | GFP_USER| __GFP_NOWARN); in sg_scsi_ioctl()
/linux-4.4.14/include/linux/
Dblkdev.h354 gfp_t bounce_gfp; member
/linux-4.4.14/drivers/ata/
Dlibata-scsi.c1153 buf = kmalloc(ATAPI_MAX_DRAIN, q->bounce_gfp | GFP_KERNEL); in ata_scsi_dev_config()