Home
last modified time | relevance | path

Searched refs:BIO_MAX_PAGES (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/fs/logfs/
Ddev_bdev.c101 if (max_pages > BIO_MAX_PAGES) in __bdev_writeseg()
102 max_pages = BIO_MAX_PAGES; in __bdev_writeseg()
196 if (max_pages > BIO_MAX_PAGES) in do_erase()
197 max_pages = BIO_MAX_PAGES; in do_erase()
/linux-2.6.39/drivers/md/
Ddm-bio-record.h36 struct dm_bio_vec_details bi_io_vec[BIO_MAX_PAGES];
/linux-2.6.39/fs/
Dbio-integrity.c37 IS(1), IS(4), IS(16), IS(64), IS(128), IS(BIO_MAX_PAGES),
56 case 129 ... BIO_MAX_PAGES: in vecs_to_idx()
762 unsigned int max_slab = vecs_to_idx(BIO_MAX_PAGES); in bioset_integrity_create()
Dbio.c47 BV(1), BV(4), BV(16), BV(64), BV(128), BV(BIO_MAX_PAGES),
194 case 129 ... BIO_MAX_PAGES: in bvec_alloc_bs()
Ddirect-io.c589 nr_pages = min(nr_pages, BIO_MAX_PAGES); in dio_new_bio()
/linux-2.6.39/block/
Dblk-lib.c158 min(nr_sects, (sector_t)BIO_MAX_PAGES)); in blkdev_issue_zeroout()
Dblk-map.c139 if (end - start > BIO_MAX_PAGES) in blk_rq_map_user()
/linux-2.6.39/include/linux/
Dbio.h42 #define BIO_MAX_PAGES 256 macro
43 #define BIO_MAX_SIZE (BIO_MAX_PAGES << PAGE_CACHE_SHIFT)
/linux-2.6.39/drivers/target/
Dtarget_core_pscsi.c1161 nr_vecs = min_t(int, BIO_MAX_PAGES, nr_pages); in __pscsi_map_task_SG()
/linux-2.6.39/fs/btrfs/
Dextent_io.c1949 nr = BIO_MAX_PAGES; in submit_extent_page()