Searched refs:BIO_MAX_PAGES (Results 1 – 24 of 24) sorted by relevance
| /linux-4.4.14/fs/logfs/ |
| D | dev_bdev.c | 84 max_pages = min_t(size_t, nr_pages, BIO_MAX_PAGES); in __bdev_writeseg() 174 max_pages = min_t(size_t, nr_pages, BIO_MAX_PAGES); in do_erase()
|
| /linux-4.4.14/fs/ |
| D | mpage.c | 281 min_t(int, nr_pages, BIO_MAX_PAGES), gfp); in do_mpage_readpage() 609 BIO_MAX_PAGES, GFP_NOFS|__GFP_HIGH); in __mpage_writepage()
|
| D | direct-io.c | 666 nr_pages = min(sdio->pages_in_io, BIO_MAX_PAGES); in dio_new_bio()
|
| /linux-4.4.14/block/ |
| D | blk-lib.c | 231 min(nr_sects, (sector_t)BIO_MAX_PAGES)); in __blkdev_issue_zeroout()
|
| D | bio.c | 47 BV(1), BV(4), BV(16), BV(64), BV(128), BV(BIO_MAX_PAGES), 198 case 129 ... BIO_MAX_PAGES: in bvec_alloc()
|
| /linux-4.4.14/fs/ext4/ |
| D | readpage.c | 287 min_t(int, nr_pages, BIO_MAX_PAGES)); in ext4_mpage_readpages()
|
| D | page-io.c | 379 bio = bio_alloc(GFP_NOIO, BIO_MAX_PAGES); in io_submit_init_bio()
|
| /linux-4.4.14/include/linux/ |
| D | bio.h | 43 #define BIO_MAX_PAGES 256 macro 44 #define BIO_MAX_SIZE (BIO_MAX_PAGES << PAGE_CACHE_SHIFT)
|
| /linux-4.4.14/drivers/target/ |
| D | target_core_iblock.c | 324 if (sg_num > BIO_MAX_PAGES) in iblock_get_bio() 325 sg_num = BIO_MAX_PAGES; in iblock_get_bio()
|
| D | target_core_pscsi.c | 915 nr_vecs = min_t(int, BIO_MAX_PAGES, nr_pages); in pscsi_map_sg()
|
| /linux-4.4.14/drivers/md/ |
| D | dm-io.c | 318 num_bvecs = min_t(int, BIO_MAX_PAGES, in do_region()
|
| D | raid5-cache.c | 258 struct bio *bio = bio_kmalloc(GFP_NOIO | __GFP_NOFAIL, BIO_MAX_PAGES); in r5l_bio_alloc()
|
| D | dm-crypt.c | 1796 cc->page_pool = mempool_create_page_pool(BIO_MAX_PAGES, 0); in crypt_ctr()
|
| /linux-4.4.14/fs/nilfs2/ |
| D | segbuf.c | 417 wi->max_pages = BIO_MAX_PAGES; in nilfs_segbuf_prepare_write()
|
| /linux-4.4.14/fs/f2fs/ |
| D | segment.h | 105 ((int)min((int)max_hw_blocks(sbi), BIO_MAX_PAGES))
|
| D | data.c | 976 min_t(int, nr_pages, BIO_MAX_PAGES)); in f2fs_mpage_readpages()
|
| /linux-4.4.14/fs/gfs2/ |
| D | lops.c | 268 bio = bio_alloc(GFP_NOIO, BIO_MAX_PAGES); in gfs2_log_alloc_bio()
|
| /linux-4.4.14/fs/nfs/blocklayout/ |
| D | blocklayout.c | 123 npg = min(npg, BIO_MAX_PAGES); in bl_alloc_init_bio()
|
| /linux-4.4.14/fs/btrfs/ |
| D | compression.c | 100 return btrfs_bio_alloc(bdev, first_byte >> 9, BIO_MAX_PAGES, gfp_flags); in compressed_bio_alloc()
|
| D | extent_io.c | 2898 bio = btrfs_bio_alloc(bdev, sector, BIO_MAX_PAGES, in submit_extent_page()
|
| D | inode.c | 8103 bio = btrfs_bio_alloc(bdev, first_sector, BIO_MAX_PAGES, gfp_flags); in btrfs_dio_bio_alloc()
|
| /linux-4.4.14/drivers/block/xen-blkback/ |
| D | blkback.c | 1341 int nr_iovecs = min_t(int, (nseg-i), BIO_MAX_PAGES); in dispatch_rw_block_io()
|
| /linux-4.4.14/fs/xfs/ |
| D | xfs_aops.c | 392 struct bio *bio = bio_alloc(GFP_NOIO, BIO_MAX_PAGES); in xfs_alloc_ioend_bio()
|
| /linux-4.4.14/drivers/md/bcache/ |
| D | super.c | 809 q->limits.max_segments = BIO_MAX_PAGES; in bcache_device_init()
|